#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 | getMemUsage (UT_Bool onlythis) const |
Definition at line 32 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 | ( | ) |
| const void* PRM_Value::getValue | ( | ) | const [inline] |
Definition at line 53 of file PRM_Value.h.
| void* PRM_Value::getValue | ( | ) | [inline] |
Definition at line 52 of file PRM_Value.h.
| bool PRM_Value::hasInterest | ( | void * | callee | ) | const |
| PRM_Value::operator const void * | ( | ) | const [inline] |
Definition at line 55 of file PRM_Value.h.
| PRM_Value::operator void * | ( | ) | [inline] |
Definition at line 54 of file PRM_Value.h.
| PRM_Value& PRM_Value::operator= | ( | void * | value | ) | [inline] |
Definition at line 49 of file PRM_Value.h.
| void PRM_Value::removeInterest | ( | void * | callee, | |
| PRM_ValueCallback | callback | |||
| ) |
| void PRM_Value::setValue | ( | void * | value | ) | [inline] |
Definition at line 48 of file PRM_Value.h.
1.5.9