evio
5.2
|
evio::bankIndex | |
evio::evioBankIndex | Creates bank index for serialized event |
evio::evioChannel | Defines EVIO I/O channel functionality |
evio::evioBufferChannel | Implements evioChannel functionality for I/O to and from user-supplied evio buffer |
evio::evioFileChannel | Implements evioChannel functionality for I/O to and from files |
evio::evioSocketChannel | Implements evioChannel functionality for I/O to and from socket |
evio::evioChannelBufferizable | Pure virtual class defines single method that implements serialization of object to evio buffer |
evio::evioDOMTree | Represents an evio tree/event in memory |
evio::evioDictEntry | This class defines an entry in the XML dictionary |
evio::evioDictionary | This class parses XML dictionary string and contains maps for looking up dictionary information |
evio::evioDOMNode | Virtual class represents an evio node in memory, concrete sub-classes evioDOMContainerNode and evioDOMLeafNode are hidden from users |
evio::evioDOMContainerNode | Sub-class of evioDOMNode represents an evio container node |
evio::evioDOMLeafNode< T > | Sub-class of evioDOMNode represents an evio leaf node |
evio::evioDOMLeafNode< uint32_t > | |
evio::evioCompositeDOMLeafNode | Sub-class of evioDOMLeafNode<uint32_t> represents composite leaf node |
evio::evioSerializable | Interface for object serialization |
evio::evioStreamParser | Stream parser dispatches to evioStreamParserHandler handlers when node or leaf reached |
evio::evioStreamParserHandler | Interface defines node and leaf handlers for use with evioStreamParser |
evio::evioDOMTree | Represents an evio tree/event in memory |
evio::evioToStringConfig | Configuration options for toString() method |
evio::evioUtil< T > | |
evio::evioUtilities | General utilities |
exception | |
evio::evioException | Basic evio exception class |
evio::tagNumComp |