12 #ifndef __PRM_Value_h__
13 #define __PRM_Value_h__
19 class PRM_EventHandler;
30 void addInterest(
void *callee,
32 void removeInterest(
void *callee,
34 bool hasInterest(
void *callee)
const;
41 { myValue =
value;
return *
this; }
44 const void *
getValue()
const {
return myValue; }
45 operator void*() {
return myValue; }
46 operator const void*()
const {
return myValue; }
48 int64 getMemoryUsage(
bool inclusive)
const;
GLsizei const GLfloat * value
void setValue(void *value)
void(* PRM_ValueCallback)(void *callee, void *value)
PRM_Value & operator=(void *value)
const void * getValue() const