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::SchemaProperty Class Reference

#include <qmf/SchemaProperty.h>

Public Member Functions

 SchemaProperty (SchemaPropertyImpl *impl=0)
 
 SchemaProperty (const SchemaProperty &)
 
SchemaPropertyoperator= (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
 
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< SchemaPropertyImpl > &h)
 

Protected Types

typedef SchemaPropertyImpl Impl
 

Protected Attributes

Implimpl
 

Detailed Description

Definition at line 44 of file SchemaProperty.h.

Member Typedef Documentation

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

Definition at line 61 of file Handle.h.

Constructor & Destructor Documentation

qmf::SchemaProperty::SchemaProperty ( SchemaPropertyImpl *  impl = 0)
qmf::SchemaProperty::SchemaProperty ( const SchemaProperty )
qmf::SchemaProperty::~SchemaProperty ( )
qmf::SchemaProperty::SchemaProperty ( const std::string &  ,
int  ,
const std::string &  o = "" 
)

Member Function Documentation

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
QMF_INLINE_EXTERN bool qmf::Handle< SchemaPropertyImpl >::isNull ( ) const
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.

bool qmf::SchemaProperty::isOptional ( ) const
QMF_INLINE_EXTERN bool qmf::Handle< SchemaPropertyImpl >::isValid ( ) const
inlineinherited
Returns
true if handle is valid, i.e. not null.

Definition at line 47 of file Handle.h.

QMF_INLINE_EXTERN qmf::Handle< SchemaPropertyImpl >::operator bool ( ) const
inlineinherited

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

}

Definition at line 53 of file Handle.h.

QMF_INLINE_EXTERN bool qmf::Handle< SchemaPropertyImpl >::operator! ( ) const
inlineinherited

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

Definition at line 56 of file Handle.h.

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)
inlineinherited

Definition at line 58 of file Handle.h.

Member Data Documentation

Impl* qmf::Handle< SchemaPropertyImpl >::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 Oct 28 2014 for Qpid C++ Client API by doxygen 1.8.5