Open Search
    Segment Class Reference

    #include <lib_birender.h>

    Public Member Functions

     Segment ()
     
     Segment (Int32 count, Bool closed=false)
     
    void Set (Int32 count, Bool closed=false)
     
    UInt32 Get ()
     
    Int32 GetCount () const
     
    Bool IsClosed () const
     

    Private Attributes

    UInt32 _count
     

    Constructor & Destructor Documentation

    ◆ Segment() [1/2]

    Segment ( )

    ◆ Segment() [2/2]

    Segment ( Int32  count,
    Bool  closed = false 
    )
    explicit

    Member Function Documentation

    ◆ Set()

    void Set ( Int32  count,
    Bool  closed = false 
    )

    ◆ Get()

    UInt32 Get ( )

    ◆ GetCount()

    Int32 GetCount ( ) const

    ◆ IsClosed()

    Bool IsClosed ( ) const

    Member Data Documentation

    ◆ _count

    UInt32 _count
    private