evio::bankIndex | |
evio::evioBankIndex | Creates bank index for serialized event |
evio::evioBufferChannel | Implements evioChannel functionality for I/O to and from user-supplied evio buffer |
evio::evioChannel | Defines EVIO I/O channel functionality |
evio::evioChannelBufferizable | Pure virtual class defines single method that implements serialization of object to evio buffer |
evio::evioCompositeDOMLeafNode | Sub-class of evioDOMLeafNode<uint32_t> represents composite leaf node |
evio::evioDictionary | Parses XML dictionary string and holds two maps, one for each lookup direction |
evio::evioDOMContainerNode | Sub-class of evioDOMNode represents an evio container node |
evio::evioDOMLeafNode< T > | Sub-class of evioDOMNode represents an evio leaf node |
evio::evioDOMNode | Virtual class represents an evio node in memory, concrete sub-classes evioDOMContainerNode and evioDOMLeafNode are hidden from users |
evio::evioDOMTree | Represents an evio tree/event in memory |
evio::evioException | Basic evio exception class |
evio::evioFileChannel | Implements evioChannel functionality for I/O to and from files |
evio::evioSerializable | Interface for object serialization |
evio::evioSocketChannel | Implements evioChannel functionality for I/O to and from socket |
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::evioToStringConfig | Configuration options for toString() method |
evio::evioUtil< T > | Templated utility class has method that returns content type based on typename T |
evio::evioUtil< double > | |
evio::evioUtil< float > | |
evio::evioUtil< int16_t > | |
evio::evioUtil< int32_t > | |
evio::evioUtil< int64_t > | |
evio::evioUtil< int8_t > | |
evio::evioUtil< string & > | |
evio::evioUtil< string > | |
evio::evioUtil< uint16_t > | |
evio::evioUtil< uint32_t > | |
evio::evioUtil< uint64_t > | |
evio::evioUtil< uint8_t > | |
evio::evioUtilities | General utilities |
evio::isContainer | Boolean function object true if container node |
evio::isLeaf | Boolean function object true if leaf node |
evio::numEquals | Boolean function object compares on num |
evio::parentNameEquals | Boolean function object compares on parent tag and num |
evio::parentNumEquals | Boolean function object compares on parent num |
evio::parentTagEquals | Boolean function object compares on parent tag |
evio::parentTagNumEquals | Boolean function object compares on parent tag and num |
evio::parentTypeEquals | Boolean function object compares on parent content type |
evio::tagEquals | Boolean function object compares on tag |
evio::tagNumComp | |
evio::tagNumEquals | Boolean function object compares on tag and num |
evio::toCout | Function object streams node->toString() to cout |
evio::typeEquals | Boolean function object compares on type |
evio::typeIs< T > | Boolean function object compares to content type for typename T |