|
HDK
|
#include <PRM_Value.h>
Public Member Functions | |
| PRM_Value () | |
| ~PRM_Value () | |
| PRM_Value (const PRM_Value &src) | |
| PRM_Value & | operator= (const PRM_Value &src) |
| 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 24 of file PRM_Value.h.
| PRM_Value::PRM_Value | ( | ) |
| PRM_Value::~PRM_Value | ( | ) |
|
inline |
Definition at line 30 of file PRM_Value.h.
| void PRM_Value::addInterest | ( | void * | callee, |
| PRM_ValueCallback | callback | ||
| ) |
| void PRM_Value::changed | ( | ) |
| int64 PRM_Value::getMemoryUsage | ( | bool | inclusive | ) | const |
|
inline |
Definition at line 46 of file PRM_Value.h.
|
inline |
Definition at line 47 of file PRM_Value.h.
| bool PRM_Value::hasInterest | ( | void * | callee | ) | const |
|
inline |
Definition at line 49 of file PRM_Value.h.
|
inline |
Definition at line 48 of file PRM_Value.h.
Definition at line 43 of file PRM_Value.h.
| void PRM_Value::removeInterest | ( | void * | callee, |
| PRM_ValueCallback | callback | ||
| ) |
Definition at line 42 of file PRM_Value.h.