Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
Public Member Functions | Protected Types | Protected Attributes | List of all members
qmf::SchemaMethod Class Reference

#include <qmf/SchemaMethod.h>

Public Member Functions

 SchemaMethod (SchemaMethodImpl *impl=0)
 
 SchemaMethod (const SchemaMethod &)
 
SchemaMethodoperator= (const SchemaMethod &)
 
 ~SchemaMethod ()
 
 SchemaMethod (const std::string &, const std::string &o="")
 
void setDesc (const std::string &)
 
void addArgument (const SchemaProperty &)
 
const std::string & getName () const
 
const std::string & getDesc () const
 
uint32_t getArgumentCount () const
 
SchemaProperty getArgument (uint32_t) const
 
QMF_INLINE_EXTERN bool isValid () const
 
QMF_INLINE_EXTERN bool isNull () const
 
QMF_INLINE_EXTERN operator bool () const
 Conversion to bool supports idiom if (handle) { handle->... More...
 
QMF_INLINE_EXTERN bool operator! () const
 Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }. More...
 
void swap (Handle< SchemaMethodImpl > &h)
 

Protected Types

typedef SchemaMethodImpl Impl
 

Protected Attributes

Implimpl
 

Detailed Description

Definition at line 44 of file SchemaMethod.h.

Member Typedef Documentation

◆ Impl

typedef SchemaMethodImpl qmf::Handle< SchemaMethodImpl >::Impl
protectedinherited

Definition at line 61 of file Handle.h.

Constructor & Destructor Documentation

◆ SchemaMethod() [1/3]

qmf::SchemaMethod::SchemaMethod ( SchemaMethodImpl *  impl = 0)

◆ SchemaMethod() [2/3]

qmf::SchemaMethod::SchemaMethod ( const SchemaMethod )

◆ ~SchemaMethod()

qmf::SchemaMethod::~SchemaMethod ( )

◆ SchemaMethod() [3/3]

qmf::SchemaMethod::SchemaMethod ( const std::string &  ,
const std::string &  o = "" 
)

Member Function Documentation

◆ addArgument()

void qmf::SchemaMethod::addArgument ( const SchemaProperty )

◆ getArgument()

SchemaProperty qmf::SchemaMethod::getArgument ( uint32_t  ) const

◆ getArgumentCount()

uint32_t qmf::SchemaMethod::getArgumentCount ( ) const

◆ getDesc()

const std::string& qmf::SchemaMethod::getDesc ( ) const

◆ getName()

const std::string& qmf::SchemaMethod::getName ( ) const

◆ isNull()

QMF_INLINE_EXTERN bool qmf::Handle< SchemaMethodImpl >::isNull
inlineinherited
Returns
true if handle is null. It is an error to call any function on a null handle.

Definition at line 50 of file Handle.h.

◆ isValid()

QMF_INLINE_EXTERN bool qmf::Handle< SchemaMethodImpl >::isValid
inlineinherited
Returns
true if handle is valid, i.e. not null.

Definition at line 47 of file Handle.h.

◆ operator bool()

QMF_INLINE_EXTERN qmf::Handle< SchemaMethodImpl >::operator bool
inlineinherited

Conversion to bool supports idiom if (handle) { handle->...

}

Definition at line 53 of file Handle.h.

◆ operator!()

QMF_INLINE_EXTERN bool qmf::Handle< SchemaMethodImpl >::operator!
inlineinherited

Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.

Definition at line 56 of file Handle.h.

◆ operator=()

SchemaMethod& qmf::SchemaMethod::operator= ( const SchemaMethod )

◆ setDesc()

void qmf::SchemaMethod::setDesc ( const std::string &  )

◆ swap()

void qmf::Handle< SchemaMethodImpl >::swap ( Handle< SchemaMethodImpl > &  h)
inlineinherited

Definition at line 58 of file Handle.h.

Member Data Documentation

◆ impl

Impl* qmf::Handle< SchemaMethodImpl >::impl
protectedinherited

Definition at line 68 of file Handle.h.


The documentation for this class was generated from the following file:

Qpid C++ API Reference
Generated on Tue Aug 16 2022 for Qpid C++ Client API by doxygen 1.8.17