OpenSDN source code
|
#include <TProtocol.h>
Public Member Functions | |
TProtocolFactory () | |
virtual | ~TProtocolFactory () |
virtual boost::shared_ptr < TProtocol > | getProtocol (boost::shared_ptr< TTransport > trans)=0 |
Constructs input and output protocol objects given transports.
Definition at line 876 of file TProtocol.h.
|
inline |
Definition at line 878 of file TProtocol.h.
|
inlinevirtual |
Definition at line 880 of file TProtocol.h.
|
pure virtual |