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