Pure virtual class defines single method that implements serialization of object to evio buffer. More...
#include <evioChannel.hxx>
Public Member Functions | |
| virtual int | toEVIOBuffer (uint32_t *buf, int size) const =0 throw (evioException) |
| virtual | ~evioChannelBufferizable () |
Pure virtual class defines single method that implements serialization of object to evio buffer.
| virtual evio::evioChannelBufferizable::~evioChannelBufferizable | ( | ) | [inline, virtual] |
| virtual int evio::evioChannelBufferizable::toEVIOBuffer | ( | uint32_t * | buf, | |
| int | size | |||
| ) | const throw (evioException) [pure virtual] |
Implemented in evio::evioDOMTree.
1.6.1