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

qpid::framing::Handler< T > Struct Template Reference

#include <Handler.h>

List of all members.

Classes

class  Functor
 Adapt any void(T) functor as a Handler. More...
struct  InOutHandler
 Support for implementing an in-out handler pair as a single class. More...
class  InOutHandlerInterface
 Interface for a handler that implements a pair of in/out handle operations. More...
class  MemFunRef
 Adapt a member function of X as a Handler. More...

Public Types

typedef T HandledType
typedef void result_type

Public Member Functions

typedef void handleFptr (T)
 Handler (Handler< T > *next_=0)
virtual ~Handler ()
virtual void handle (T)=0
void operator() (T t)
 Allow functor syntax for calling handle.

Public Attributes

Handler< T > * next
 Pointer to next handler in a linked list.


Detailed Description

template<class T>
struct qpid::framing::Handler< T >

Definition at line 32 of file Handler.h.


Member Typedef Documentation

template<class T>
typedef T qpid::framing::Handler< T >::HandledType

Definition at line 33 of file Handler.h.

template<class T>
typedef void qpid::framing::Handler< T >::result_type

Definition at line 35 of file Handler.h.


Constructor & Destructor Documentation

template<class T>
qpid::framing::Handler< T >::Handler ( Handler< T > *  next_ = 0  )  [inline]

Definition at line 37 of file Handler.h.

template<class T>
virtual qpid::framing::Handler< T >::~Handler (  )  [inline, virtual]

Definition at line 38 of file Handler.h.


Member Function Documentation

template<class T>
virtual void qpid::framing::Handler< T >::handle (  )  [pure virtual]

template<class T>
typedef void qpid::framing::Handler< T >::handleFptr (  ) 

template<class T>
void qpid::framing::Handler< T >::operator() ( t  )  [inline]

Allow functor syntax for calling handle.

Definition at line 42 of file Handler.h.


Member Data Documentation

template<class T>
Handler<T>* qpid::framing::Handler< T >::next

Pointer to next handler in a linked list.

Definition at line 46 of file Handler.h.


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

Qpid C++ API Reference
Generated on Thu Jul 2 13:32:13 2009 for Qpid C++ Client API by doxygen 1.5.8