Public Methods |
| TipcMonExt (const TipcSrv &tsrv) throw (TipcException) |
virtual | ~TipcMonExt () throw () |
void | set (const char *name, bool value) throw (TipcMonExtException) |
void | set (const char *name, const bool *value, int4 size) throw (TipcMonExtException) |
void | set (const char *name, const char *value) throw (TipcMonExtException) |
void | set (const char *name, const char **value, int4 size) throw (TipcMonExtException) |
void | set (const char *name, const int4 value) throw (TipcMonExtException) |
void | set (const char *name, const int4 *value, int4 size) throw (TipcMonExtException) |
void | set (const char *name, const int2 value) throw (TipcMonExtException) |
void | set (const char *name, const int2 *value, int4 size) throw (TipcMonExtException) |
void | set (const char *name, const int8 value) throw (TipcMonExtException) |
void | set (const char *name, const int8 *value, int4 size) throw (TipcMonExtException) |
void | set (const char *name, const real8 value) throw (TipcMonExtException) |
void | set (const char *name, const real8 *value, int4 size) throw (TipcMonExtException) |
void | set (const char *name, const real16 value) throw (TipcMonExtException) |
void | set (const char *name, const real16 *value, int4 size) throw (TipcMonExtException) |
void | set (const char *name, const real4 value) throw (TipcMonExtException) |
void | set (const char *name, const real4 *value, int4 size) throw (TipcMonExtException) |
void | setUtf8 (const char *name, const char *value) throw (TipcMonExtException) |
void | setUtf8Array (const char *name, const char **value, int4 size) throw (TipcMonExtException) |
void | set (const char *name, const void *value, int4 size) throw (TipcMonExtException) |
void | clear (const char *name) throw (TipcMonExtException) |