sptk::CPackedStrings Class Reference
[GUI Classes]
Packed strings list.
More...
#include <CPackedStrings.h>
List of all members.
Detailed Description
Packed strings list.
Special data structure to contain several strings packed into same memory block. The idea was to minimize the memory allocation, and decrease the total required memory. Also, contains special attributes for CListView row support.
Constructor & Destructor Documentation
| sptk::CPackedStrings::CPackedStrings |
( |
int |
cnt, |
|
|
const char * |
strings[] | |
|
) |
| | |
Constructor
- Parameters:
-
| cnt | int, source strings count |
| strings | const char *, source strings |
| sptk::CPackedStrings::CPackedStrings |
( |
CFieldList & |
fields, |
|
|
int |
keyField | |
|
) |
| | |
Constructor
- Parameters:
-
| fields | CFieldList, the fields data |
| keyField | int, the key field number |
| sptk::CPackedStrings::CPackedStrings |
( |
const CStrings & |
strings |
) |
|
The documentation for this class was generated from the following file: