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