#include <posidxpairdataset.h>
|
| | ObjData () |
| |
| | ObjData (const ObjData &) |
| |
| | ~ObjData () |
| |
| bool | addObjSpace (bool, ArrIdxType, ObjSzType) |
| |
| void | decrObjSize (ObjSzType orgsz, ObjSzType newsz, ObjSzType at_offs) |
| |
| const void * | getObj (bool, ArrIdxType, ObjSzType) const |
| |
| bool | incrObjSize (ObjSzType, ObjSzType, ObjSzType, const void *) |
| |
| void | putObj (bool, ArrIdxType, ObjSzType, const void *) |
| |
| void | removeObj (bool, ArrIdxType, ObjSzType) |
| |
◆ BufType
◆ ObjData() [1/2]
| Pos::IdxPairDataSet::ObjData::ObjData |
( |
| ) |
|
|
inline |
◆ ObjData() [2/2]
| Pos::IdxPairDataSet::ObjData::ObjData |
( |
const ObjData & | | ) |
|
◆ ~ObjData()
| Pos::IdxPairDataSet::ObjData::~ObjData |
( |
| ) |
|
|
inline |
◆ addObjSpace()
◆ decrObjSize()
◆ getObj()
◆ incrObjSize()
◆ manageBufCapacity()
| bool Pos::IdxPairDataSet::ObjData::manageBufCapacity |
( |
ObjSzType | | ) |
|
|
private |
◆ putObj()
◆ removeObj()
◆ buf_
| BufType* Pos::IdxPairDataSet::ObjData::buf_ |
|
private |
◆ bufsz_
| BufSzType Pos::IdxPairDataSet::ObjData::bufsz_ |
|
private |
◆ objs_
| ObjectSet<const void> Pos::IdxPairDataSet::ObjData::objs_ |
|
private |