evio  6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
evio::WriterMT Member List

This is the complete list of members for evio::WriterMT, including all inherited members.

addEvent(uint8_t *buffer, uint32_t offset, uint32_t length)evio::WriterMT
addEvent(ByteBuffer &buffer)evio::WriterMT
addEvent(EvioNode &node)evio::WriterMT
addTrailer() const evio::WriterMT
addTrailer(bool add)evio::WriterMT
addTrailerWithIndex()evio::WriterMT
addTrailerWithIndex(bool addTrailingIndex)evio::WriterMT
close()evio::WriterMT
createHeader(uint8_t *userHdr, uint32_t userLen)evio::WriterMT
createHeader(ByteBuffer &userHdr)evio::WriterMT
getByteOrder() const evio::WriterMT
getCompressionType()evio::WriterMT
getFileHeader()evio::WriterMT
open(const std::string &filename)evio::WriterMT
open(const std::string &filename, uint8_t *userHdr, uint32_t userLen)evio::WriterMT
reset()evio::WriterMT
writeRecord(RecordOutput &record)evio::WriterMT
WriterMT()evio::WriterMT
WriterMT(const ByteOrder &order, uint32_t maxEventCount, uint32_t maxBufferSize, Compressor::CompressionType compType, uint32_t compressionThreads)evio::WriterMT
WriterMT(const HeaderType &hType, const ByteOrder &order=ByteOrder::ENDIAN_LITTLE, uint32_t maxEventCount=0, uint32_t maxBufferSize=0, const std::string &dictionary="", uint8_t *firstEvent=nullptr, uint32_t firstEventLen=0, Compressor::CompressionType compressionType=Compressor::UNCOMPRESSED, uint32_t compressionThreads=1, bool addTrailerIndex=false, uint32_t ringSize=16)evio::WriterMTexplicit
WriterMT(const std::string &filename)evio::WriterMTexplicit
WriterMT(const std::string &filename, const ByteOrder &order, uint32_t maxEventCount, uint32_t maxBufferSize, Compressor::CompressionType compressionType, uint32_t compressionThreads)evio::WriterMT
~WriterMT()=defaultevio::WriterMT