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 () | |
template<class T > | |
R | operator() (T &t) const |
R | foundBlank () const |
R | operator() (const boost::blank &) const |
R | operator() (boost::blank &) const |
Definition at line 60 of file variant.h.
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().
R qpid::framing::ConvertVisitor< R >::operator() | ( | T & | t | ) | const [inline] |
qpid::framing::ConvertVisitor< R >::using::qpid::framing::NoBlankVisitor | ( | ) |