|
| DimRpcInfo (const char *name, int nolink) |
|
| DimRpcInfo (const char *name, float nolink) |
|
| DimRpcInfo (const char *name, double nolink) |
|
| DimRpcInfo (const char *name, longlong nolink) |
|
| DimRpcInfo (const char *name, short nolink) |
|
| DimRpcInfo (const char *name, char *nolink) |
|
| DimRpcInfo (const char *name, void *nolink, int nolinksize) |
|
| DimRpcInfo (const char *name, int time, int nolink) |
|
| DimRpcInfo (const char *name, int time, float nolink) |
|
| DimRpcInfo (const char *name, int time, double nolink) |
|
| DimRpcInfo (const char *name, int time, longlong nolink) |
|
| DimRpcInfo (const char *name, int time, short nolink) |
|
| DimRpcInfo (const char *name, int time, char *nolink) |
|
| DimRpcInfo (const char *name, int time, void *nolink, int nolinksize) |
|
virtual void | rpcInfoHandler () |
|
virtual | ~DimRpcInfo () |
|
int | getId () |
|
void | keepWaiting () |
|
char * | getName () |
|
void * | getData () |
|
int | getInt () |
|
float | getFloat () |
|
double | getDouble () |
|
longlong | getLonglong () |
|
short | getShort () |
|
char * | getString () |
|
int | getSize () |
|
void | setData (void *data, int size) |
|
void | setData (int &data) |
|
void | setData (float &data) |
|
void | setData (double &data) |
|
void | setData (longlong &data) |
|
void | setData (short &data) |
|
void | setData (char *data) |
|
| DimTimer () |
|
| DimTimer (int time) |
|
virtual | ~DimTimer () |
|
int | start (int time) |
|
int | stop () |
|
int | fired () |
|
void | clear () |
|
Definition at line 351 of file dic.hxx.