ParametersList - a named parameter list. More...
Public Member Functions | |
_FORCEINLINE iterator | begin () |
the first element of the list of parameters | |
BT_API void | clear () |
remove all values. | |
_FORCEINLINE bool | contains (const char *key) |
checks for the existence of a parameter | |
BT_API unsigned int | dataSize () |
calculate full size data. | |
_FORCEINLINE iterator | end () |
the final element of the list of parameters | |
_FORCEINLINE Variant * | find (const char *key) |
returns the parameter value by its name | |
BT_API void | readFromData (void *data) |
read data from memory. | |
BT_API void | writeToData (void *data) |
write data to memory. | |
ParametersList - a named parameter list.