Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/console/Schema.h>
Public Member Functions | |
SchemaProperty (framing::Buffer &buffer) | |
boost::shared_ptr< Value > | decodeValue (framing::Buffer &buffer) |
Public Attributes | |
std::string | name |
uint8_t | typeCode |
uint8_t | accessCode |
bool | isIndex |
bool | isOptional |
std::string | unit |
int | min |
int | max |
int | maxLen |
std::string | desc |
Definition at line 51 of file Schema.h.
qpid::console::SchemaProperty::SchemaProperty | ( | framing::Buffer & | buffer | ) |
boost::shared_ptr<Value> qpid::console::SchemaProperty::decodeValue | ( | framing::Buffer & | buffer | ) |
std::string qpid::console::SchemaProperty::desc |
std::string qpid::console::SchemaProperty::name |
std::string qpid::console::SchemaProperty::unit |