Segment Class Reference

#include <lib_birender.h>

公共成员函数

  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

构造函数 & 析构函数文档编制

◆  Segment() [1/2]

Segment ( )

◆  Segment() [2/2]

Segment ( Int32   count ,
Bool   closed = false  
)
explicit

成员函数文档编制

◆  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