Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <variant.h>
Public Member Functions | |
using::qpid::framing::NoBlankVisitor () | |
ApplyVisitor (const V &v) | |
template<class T > | |
V::result_type | operator() (T &t) const |
R | foundBlank () const |
R | operator() (const boost::blank &) const |
R | operator() (boost::blank &) const |
Public Attributes | |
const V & | visitor |
Definition at line 73 of file variant.h.
qpid::framing::ApplyVisitor< V >::ApplyVisitor | ( | const V & | v | ) | [inline] |
R qpid::framing::NoBlankVisitor< R >::foundBlank | ( | ) | const [inline, inherited] |
R qpid::framing::NoBlankVisitor< R >::operator() | ( | boost::blank & | ) | const [inline, inherited] |
Definition at line 44 of file variant.h.
References qpid::framing::NoBlankVisitor< R >::foundBlank().
R qpid::framing::NoBlankVisitor< R >::operator() | ( | const boost::blank & | ) | const [inline, inherited] |
Definition at line 43 of file variant.h.
References qpid::framing::NoBlankVisitor< R >::foundBlank().
V::result_type qpid::framing::ApplyVisitor< V >::operator() | ( | T & | t | ) | const [inline] |
qpid::framing::ApplyVisitor< V >::using::qpid::framing::NoBlankVisitor | ( | ) |
const V& qpid::framing::ApplyVisitor< V >::visitor |
Definition at line 75 of file variant.h.
Referenced by qpid::framing::ApplyVisitor< V >::operator()().