HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <AStorageHandler.h>
Classes | |
union | _Data |
Public Types | |
enum | DataType { EMPTY = 0, INTEGER, REAL, STRING } |
Public Member Functions | |
StorageData () | |
StorageData (const StorageData &storageData) | |
~StorageData () | |
void | init (int count) |
void | resize (int count) |
StorageData & | operator= (StorageData &storageData) |
Public Attributes | |
union StorageData::_Data * | data |
DataType * | type |
int | count |
Definition at line 18 of file AStorageHandler.h.
Definition at line 58 of file AStorageHandler.h.
|
inline |
Definition at line 21 of file AStorageHandler.h.
|
inline |
Definition at line 22 of file AStorageHandler.h.
|
inline |
Definition at line 30 of file AStorageHandler.h.
|
inline |
|
inline |
|
inline |
int StorageData::count |
Definition at line 69 of file AStorageHandler.h.
union StorageData::_Data* StorageData::data |
DataType* StorageData::type |
Definition at line 68 of file AStorageHandler.h.