#include <lbdb.h>
Public Member Functions | |
LBObjUserData () | |
LBObjUserData (const LBObjUserData &d) | |
~LBObjUserData () | |
LBObjUserData & | operator= (const LBObjUserData &d) |
void | init () |
void | pup (PUP::er &p) |
void * | getData (int idx) |
Private Attributes | |
char * | data |
Definition at line 125 of file lbdb.h.
char* LBObjUserData::data [private] |
Definition at line 126 of file lbdb.h.
Referenced by getData(), init(), LBObjUserData(), operator=(), and ~LBObjUserData().