|
| DimCurrentInfo () |
|
| DimCurrentInfo (const char *name, int nolink) |
|
| DimCurrentInfo (const char *name, float nolink) |
|
| DimCurrentInfo (const char *name, double nolink) |
|
| DimCurrentInfo (const char *name, longlong nolink) |
|
| DimCurrentInfo (const char *name, short nolink) |
|
| DimCurrentInfo (const char *name, char *nolink) |
|
| DimCurrentInfo (const char *name, void *nolink, int nolinksize) |
|
| DimCurrentInfo (const char *name, int time, int nolink) |
|
| DimCurrentInfo (const char *name, int time, float nolink) |
|
| DimCurrentInfo (const char *name, int time, double nolink) |
|
| DimCurrentInfo (const char *name, int time, longlong nolink) |
|
| DimCurrentInfo (const char *name, int time, short nolink) |
|
| DimCurrentInfo (const char *name, int time, char *nolink) |
|
| DimCurrentInfo (const char *name, int time, void *nolink, int nolinksize) |
|
virtual | ~DimCurrentInfo () |
|
char * | getName () |
|
void * | getData () |
|
int | getInt () |
|
float | getFloat () |
|
double | getDouble () |
|
longlong | getLonglong () |
|
short | getShort () |
|
char * | getString () |
|
int | getSize () |
|
void | subscribe (char *name, void *nolink, int nolinksize, int time) |
|
Definition at line 290 of file dic.hxx.