Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/console/Schema.h>
Public Member Functions | |
SchemaMethod (framing::Buffer &buffer) | |
~SchemaMethod () | |
Public Attributes | |
std::string | name |
std::string | desc |
std::vector< SchemaArgument * > | arguments |
Definition at line 77 of file Schema.h.
qpid::console::SchemaMethod::SchemaMethod | ( | framing::Buffer & | buffer | ) |
qpid::console::SchemaMethod::~SchemaMethod | ( | ) |
std::vector<SchemaArgument*> qpid::console::SchemaMethod::arguments |
std::string qpid::console::SchemaMethod::desc |
std::string qpid::console::SchemaMethod::name |