#include <Value.h>
Public Member Functions | |
Value (void *memoryPointer=NULL, unsigned size=0, unsigned flag=0, unsigned long long cas_id=0) | |
Constructs value with the given data. | |
Value (const std::string &s) | |
Constructor for debug purposes only. | |
virtual | ~Value () |
Does nothing. | |
bool | isNull () |
Returns memoryPointer == NULL. | |
std::string | toString () |
Used in conjunction with Value(comst std::string &s) for debug purposes. | |
Public Attributes | |
void * | memoryPointer |
pointer to the stored object | |
unsigned | size |
size of the stored objects | |
unsigned | flag |
flag stored along with the object | |
unsigned long long | cas_id |
CAS ID associated with the object. |
Definition at line 14 of file Value.h.
bool Value::isNull | ( | ) |