ADTF
|
Stacked String Data Handler. More...
Public Types | |
typedef tChar | value_type |
definition value_type | |
typedef tSize | size_type |
definition size_type | |
Public Member Functions | |
size_type | GetCapacity (const size_type &szFixCapacity) const |
Return size of allocated storage. | |
size_type | GetMaxSize (const size_type &szFixCapacity) const |
Return the maximum string size. | |
tVoid | Resize (value_type *pFixDataArray, const size_type &szFixCapacity, const size_type &szNewCapacity) |
Resize string. | |
const value_type * | GetCData (const value_type *pFixDataArray) const |
Get string data. | |
value_type * | GetData (value_type *pFixDataArray) |
Get string data. | |
Stacked String Data Handler.
Definition at line 171 of file stackstring.h.