| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qmf/engine/Schema.h>
Public Member Functions | |
| SchemaStatistic (const char *name, Typecode typecode) | |
| SchemaStatistic (const SchemaStatistic &from) | |
| ~SchemaStatistic () | |
| void | setUnit (const char *val) |
| void | setDesc (const char *desc) |
| const char * | getName () const |
| Typecode | getType () const |
| const char * | getUnit () const |
| const char * | getDesc () const |
Definition at line 117 of file Schema.h.
| qmf::engine::SchemaStatistic::SchemaStatistic | ( | const char * | name, | |
| Typecode | typecode | |||
| ) |
| qmf::engine::SchemaStatistic::SchemaStatistic | ( | const SchemaStatistic & | from | ) |
| qmf::engine::SchemaStatistic::~SchemaStatistic | ( | ) |
| const char* qmf::engine::SchemaStatistic::getDesc | ( | ) | const |
| const char* qmf::engine::SchemaStatistic::getName | ( | ) | const |
| Typecode qmf::engine::SchemaStatistic::getType | ( | ) | const |
| const char* qmf::engine::SchemaStatistic::getUnit | ( | ) | const |
| void qmf::engine::SchemaStatistic::setDesc | ( | const char * | desc | ) |
| void qmf::engine::SchemaStatistic::setUnit | ( | const char * | val | ) |
1.4.7