HDK
|
#include <PRM_Value.h>
Public Member Functions | |
PRM_Value () | |
PRM_Value (const PRM_Value &src) | |
~PRM_Value () | |
void | addInterest (void *callee, PRM_ValueCallback callback) |
void | removeInterest (void *callee, PRM_ValueCallback callback) |
bool | hasInterest (void *callee) const |
void | changed () |
void | setValue (void *value) |
PRM_Value & | operator= (void *value) |
void * | getValue () |
const void * | getValue () const |
operator void * () | |
operator const void * () const | |
int64 | getMemoryUsage (bool inclusive) const |
Definition at line 23 of file PRM_Value.h.
PRM_Value::PRM_Value | ( | ) |
PRM_Value::PRM_Value | ( | const PRM_Value & | src | ) |
PRM_Value::~PRM_Value | ( | ) |
void PRM_Value::addInterest | ( | void * | callee, |
PRM_ValueCallback | callback | ||
) |
void PRM_Value::changed | ( | ) |
int64 PRM_Value::getMemoryUsage | ( | bool | inclusive | ) | const |
|
inline |
Definition at line 43 of file PRM_Value.h.
|
inline |
Definition at line 44 of file PRM_Value.h.
bool PRM_Value::hasInterest | ( | void * | callee | ) | const |
|
inline |
Definition at line 46 of file PRM_Value.h.
|
inline |
Definition at line 45 of file PRM_Value.h.
Definition at line 40 of file PRM_Value.h.
void PRM_Value::removeInterest | ( | void * | callee, |
PRM_ValueCallback | callback | ||
) |
Definition at line 39 of file PRM_Value.h.