#include <Markup.h>
Public Types | |
enum | { PA_SEGBITS = 16, PA_SEGMASK = 0xffff } |
Public Member Functions | |
PosArray () | |
~PosArray () | |
void | RemoveAll () |
void | Release () |
void | Clear () |
int | GetSize () const |
int | SegsUsed () const |
ElemPos & | operator[] (int n) const |
Public Attributes | |
ElemPos ** | pSegs |
int | nSize |
int | nSegs |
CMarkup::PosArray::PosArray | ( | ) | [inline] |
References Clear().
CMarkup::PosArray::~PosArray | ( | ) | [inline] |
References Release().
void CMarkup::PosArray::Release | ( | ) | [inline] |
void CMarkup::PosArray::Clear | ( | ) | [inline] |
int CMarkup::PosArray::GetSize | ( | ) | const [inline] |
int CMarkup::PosArray::SegsUsed | ( | ) | const [inline] |
ElemPos& CMarkup::PosArray::operator[] | ( | int | n | ) | const [inline] |
Referenced by Clear(), GetSize(), and SegsUsed().
Referenced by Clear().