Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation

qmf::DataAddr Class Reference

#include <qmf/DataAddr.h>

Inherits qmf::Handle< DataAddrImpl >.

List of all members.

Public Member Functions

 DataAddr (DataAddrImpl *impl=0)
 DataAddr (const DataAddr &)
DataAddroperator= (const DataAddr &)
 ~DataAddr ()
bool operator== (const DataAddr &)
bool operator< (const DataAddr &)
 DataAddr (const qpid::types::Variant::Map &)
 DataAddr (const std::string &name, const std::string &agentName, uint32_t agentEpoch=0)
const std::string & getName () const
const std::string & getAgentName () const
uint32_t getAgentEpoch () const
qpid::types::Variant::Map asMap () 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< DataAddrImpl > &h)

Protected Types

typedef DataAddrImpl Impl

Protected Attributes

Implimpl


Detailed Description

Definition at line 37 of file DataAddr.h.


Member Typedef Documentation

typedef DataAddrImpl qmf::Handle< DataAddrImpl >::Impl [protected, inherited]

Definition at line 56 of file Handle.h.


Constructor & Destructor Documentation

qmf::DataAddr::DataAddr ( DataAddrImpl *  impl = 0  ) 

qmf::DataAddr::DataAddr ( const DataAddr  ) 

qmf::DataAddr::~DataAddr (  ) 

qmf::DataAddr::DataAddr ( const qpid::types::Variant::Map  ) 

qmf::DataAddr::DataAddr ( const std::string &  name,
const std::string &  agentName,
uint32_t  agentEpoch = 0 
)


Member Function Documentation

qpid::types::Variant::Map qmf::DataAddr::asMap (  )  const

uint32_t qmf::DataAddr::getAgentEpoch (  )  const

const std::string& qmf::DataAddr::getAgentName (  )  const

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

bool qmf::Handle< DataAddrImpl >::isNull (  )  const [inline, inherited]

Returns:
true if handle is null. It is an error to call any function on a null handle.

Definition at line 45 of file Handle.h.

bool qmf::Handle< DataAddrImpl >::isValid (  )  const [inline, inherited]

Returns:
true if handle is valid, i.e. not null.

Definition at line 42 of file Handle.h.

qmf::Handle< DataAddrImpl >::operator bool (  )  const [inline, inherited]

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

.. }

Definition at line 48 of file Handle.h.

bool qmf::Handle< DataAddrImpl >::operator! (  )  const [inline, inherited]

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

Definition at line 51 of file Handle.h.

bool qmf::DataAddr::operator< ( const DataAddr  ) 

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

bool qmf::DataAddr::operator== ( const DataAddr  ) 

void qmf::Handle< DataAddrImpl >::swap ( Handle< DataAddrImpl > &  h  )  [inline, inherited]

Definition at line 53 of file Handle.h.


Member Data Documentation

Impl* qmf::Handle< DataAddrImpl >::impl [protected, inherited]

Definition at line 63 of file Handle.h.


The documentation for this class was generated from the following file:
Qpid C++ API Reference
Generated on Mon Dec 19 10:54:08 2011 for Qpid C++ Client API by doxygen 1.4.7