| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qmf/SchemaProperty.h>
Public Member Functions | |
| SchemaProperty (SchemaPropertyImpl *impl=0) | |
| SchemaProperty (const SchemaProperty &) | |
| SchemaProperty & | operator= (const SchemaProperty &) |
| ~SchemaProperty () | |
| SchemaProperty (const std::string &, int, const std::string &o="") | |
| void | setAccess (int) |
| void | setIndex (bool) |
| void | setOptional (bool) |
| void | setUnit (const std::string &) |
| void | setDesc (const std::string &) |
| void | setSubtype (const std::string &) |
| void | setDirection (int) |
| const std::string & | getName () const |
| int | getType () const |
| int | getAccess () const |
| bool | isIndex () const |
| bool | isOptional () const |
| const std::string & | getUnit () const |
| const std::string & | getDesc () const |
| const std::string & | getSubtype () const |
| int | getDirection () const |
| bool | isValid () const |
| bool | isNull () const |
| operator bool () const | |
| Conversion to bool supports idiom if (handle) { handle->... | |
| bool | operator! () const |
| Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }. | |
| void | swap (Handle< SchemaPropertyImpl > &h) |
Protected Types | |
| typedef SchemaPropertyImpl | Impl |
Protected Attributes | |
| Impl * | impl |
Definition at line 39 of file SchemaProperty.h.
typedef SchemaPropertyImpl qmf::Handle< SchemaPropertyImpl >::Impl [protected, inherited] |
| qmf::SchemaProperty::SchemaProperty | ( | SchemaPropertyImpl * | impl = 0 | ) |
| qmf::SchemaProperty::SchemaProperty | ( | const SchemaProperty & | ) |
| qmf::SchemaProperty::SchemaProperty | ( | const std::string & | , |
| int | , | ||
| const std::string & | o = "" |
||
| ) |
| int qmf::SchemaProperty::getAccess | ( | ) | const |
| const std::string& qmf::SchemaProperty::getDesc | ( | ) | const |
| int qmf::SchemaProperty::getDirection | ( | ) | const |
| const std::string& qmf::SchemaProperty::getName | ( | ) | const |
| const std::string& qmf::SchemaProperty::getSubtype | ( | ) | const |
| int qmf::SchemaProperty::getType | ( | ) | const |
| const std::string& qmf::SchemaProperty::getUnit | ( | ) | const |
| bool qmf::SchemaProperty::isIndex | ( | ) | const |
| bool qmf::Handle< SchemaPropertyImpl >::isNull | ( | ) | const [inline, inherited] |
| bool qmf::SchemaProperty::isOptional | ( | ) | const |
| bool qmf::Handle< SchemaPropertyImpl >::isValid | ( | ) | const [inline, inherited] |
| qmf::Handle< SchemaPropertyImpl >::operator bool | ( | ) | const [inline, inherited] |
| bool qmf::Handle< SchemaPropertyImpl >::operator! | ( | ) | const [inline, inherited] |
| SchemaProperty& qmf::SchemaProperty::operator= | ( | const SchemaProperty & | ) |
| void qmf::SchemaProperty::setAccess | ( | int | ) |
| void qmf::SchemaProperty::setDesc | ( | const std::string & | ) |
| void qmf::SchemaProperty::setDirection | ( | int | ) |
| void qmf::SchemaProperty::setIndex | ( | bool | ) |
| void qmf::SchemaProperty::setOptional | ( | bool | ) |
| void qmf::SchemaProperty::setSubtype | ( | const std::string & | ) |
| void qmf::SchemaProperty::setUnit | ( | const std::string & | ) |
| void qmf::Handle< SchemaPropertyImpl >::swap | ( | Handle< SchemaPropertyImpl > & | h | ) | [inline, inherited] |
Impl* qmf::Handle< SchemaPropertyImpl >::impl [protected, inherited] |
1.7.6.1