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

qpid::framing::NoBlankVisitor< R > Struct Template Reference

boost::static_visitor that throws an exception if variant contains a blank. More...

#include <variant.h>

List of all members.

Public Member Functions

foundBlank () const
operator() (const boost::blank &) const
operator() (boost::blank &) const


Detailed Description

template<class R = void>
struct qpid::framing::NoBlankVisitor< R >

boost::static_visitor that throws an exception if variant contains a blank.

Subclasses need to have a using() declaration, which can be generated with QPID_USING_NOBLANK(R)

Definition at line 38 of file variant.h.


Member Function Documentation

template<class R = void>
R qpid::framing::NoBlankVisitor< R >::foundBlank (  )  const [inline]

Definition at line 39 of file variant.h.

Referenced by qpid::framing::NoBlankVisitor< R >::operator()().

template<class R = void>
R qpid::framing::NoBlankVisitor< R >::operator() ( boost::blank &   )  const [inline]

Definition at line 44 of file variant.h.

template<class R = void>
R qpid::framing::NoBlankVisitor< R >::operator() ( const boost::blank &   )  const [inline]

Definition at line 43 of file variant.h.


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

Qpid C++ API Reference
Generated on Mon Mar 16 13:47:30 2009 for Qpid C++ Client API by doxygen 1.5.8