|
ALBA
|
#include <albaQueryObject.h>
Public Member Functions | |
| albaQueryObject (const char *data) | |
| void | SetData (const char *data) |
| const char * | GetValueAsString () |
| int | GetValueAsInt () |
| long | GetValueAsLong () |
| float | GetValueAsFloat () |
| double | GetValueAsDouble () |
Protected Attributes | |
| std::string | m_QueryData |
class name: albaQueryObject class dor handling a query data type (stored as std::string), which can be converted to int, long, float double or const char *
Definition at line 37 of file albaQueryObject.h.
|
inline |
constructor
Definition at line 41 of file albaQueryObject.h.
|
inline |
|
inline |
retrieve data as const char pointer
Definition at line 46 of file albaQueryObject.h.
References m_QueryData.
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 72 of file albaQueryObject.h.
Referenced by GetValueAsDouble(), GetValueAsFloat(), GetValueAsInt(), GetValueAsLong(), GetValueAsString(), and SetData().