#include <Marshaler.h>
Inheritance diagram for channel::Marshaler:
Public Member Functions | |
virtual int | marshal (ACE_OutputCDR &cdr, const char *data, const int size)=0 |
virtual int | demarshal (ACE_InputCDR &cdr, char *&data, int &size, MsgFreeCallback &callback)=0 |
Definition at line 33 of file Marshaler.h.
|
Implemented in channel::ChannelMsg_Marshaler, and channel::PubSubMsg_Marshaler< IdType >. Referenced by channel::Msg< IdType, SynchPolicy >::demarshal(). |
|
Implemented in channel::ChannelMsg_Marshaler, and channel::PubSubMsg_Marshaler< IdType >. Referenced by channel::Msg< IdType, SynchPolicy >::marshal(). |