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

#include <qmf/SchemaId.h>

Public Member Functions

 SchemaId (SchemaIdImpl *impl=0)
 
 SchemaId (const SchemaId &)
 
SchemaIdoperator= (const SchemaId &)
 
 ~SchemaId ()
 
 SchemaId (int, const std::string &, const std::string &)
 
void setHash (const qpid::types::Uuid &)
 
int getType () const
 
const std::string & getPackageName () const
 
const std::string & getName () const
 
const qpid::types::UuidgetHash () 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< SchemaIdImpl > &h)
 

Protected Types

typedef SchemaIdImpl Impl
 

Protected Attributes

Implimpl
 

Detailed Description

Definition at line 43 of file SchemaId.h.

Member Typedef Documentation

◆ Impl

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

Definition at line 61 of file Handle.h.

Constructor & Destructor Documentation

◆ SchemaId() [1/3]

qmf::SchemaId::SchemaId ( SchemaIdImpl *  impl = 0)

◆ SchemaId() [2/3]

qmf::SchemaId::SchemaId ( const SchemaId )

◆ ~SchemaId()

qmf::SchemaId::~SchemaId ( )

◆ SchemaId() [3/3]

qmf::SchemaId::SchemaId ( int  ,
const std::string &  ,
const std::string &   
)

Member Function Documentation

◆ getHash()

const qpid::types::Uuid& qmf::SchemaId::getHash ( ) const

◆ getName()

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

◆ getPackageName()

const std::string& qmf::SchemaId::getPackageName ( ) const

◆ getType()

int qmf::SchemaId::getType ( ) const

◆ isNull()

QMF_INLINE_EXTERN bool qmf::Handle< SchemaIdImpl >::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.

◆ isValid()

QMF_INLINE_EXTERN bool qmf::Handle< SchemaIdImpl >::isValid ( ) const
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< SchemaIdImpl >::operator bool ( ) const
inlineinherited

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

}

Definition at line 53 of file Handle.h.

◆ operator!()

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

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

Definition at line 56 of file Handle.h.

◆ operator=()

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

◆ setHash()

void qmf::SchemaId::setHash ( const qpid::types::Uuid )

◆ swap()

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

Definition at line 58 of file Handle.h.

Member Data Documentation

◆ impl

Impl* qmf::Handle< SchemaIdImpl >::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 Sat Oct 20 2018 for Qpid C++ Client API by doxygen 1.8.13