Qpid C++ API Reference
Generated on Mon Jun 7 18:25:35 2010 for Qpid C++ Client API by doxygen 1.6.2-20100208

qpid::framing::Handler< T >::InOutHandlerInterface Class Reference

Interface for a handler that implements a pair of in/out handle operations. More...

#include <Handler.h>

List of all members.

Public Member Functions

virtual ~InOutHandlerInterface ()
virtual void handleIn (T)=0
virtual void handleOut (T)=0

Detailed Description

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

Interface for a handler that implements a pair of in/out handle operations.

See also:
InOutHandler

Definition at line 80 of file Handler.h.


Constructor & Destructor Documentation

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

Definition at line 82 of file Handler.h.


Member Function Documentation

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

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

Qpid C++ API Reference
Generated on Mon Jun 7 18:25:35 2010 for Qpid C++ Client API by doxygen 1.6.2-20100208