evio
6.0
|
This is the complete list of members for evio::Util, including all inherited members.
countAndFixIntSpecifiers(std::string &text) | evio::Util | inlinestatic |
expandEnvironmentalVariables(std::string &text) | evio::Util | inlinestatic |
findEvioVersion(ByteBuffer &bb, size_t initialPos) | evio::Util | inlinestatic |
generateBaseFileName(const std::string &baseName, const std::string &runType, std::string &modifiedBaseName) | evio::Util | inlinestatic |
generateFileName(std::string fileName, uint32_t specifierCount, uint32_t runNumber, uint64_t split, uint32_t splitNumber, uint32_t streamId, uint32_t streamCount) | evio::Util | inlinestatic |
getDataType(const std::string &type) | evio::Util | inlinestatic |
getPadding(uint32_t length) | evio::Util | inlinestatic |
getWords(uint32_t length) | evio::Util | inlinestatic |
iStrEquals(const std::string &a, const std::string &b) | evio::Util | inlinestatic |
NO_NAME_STRING() | evio::Util | inlinestatic |
powerOfTwo(int x, bool roundUp) | evio::Util | inlinestatic |
printBytes(const std::shared_ptr< ByteBuffer > buf, uint32_t position, uint32_t bytes, const std::string &label) | evio::Util | inlinestatic |
printBytes(const ByteBuffer &buf, uint32_t position, uint32_t bytes, const std::string &label) | evio::Util | inlinestatic |
printBytes(uint8_t const *data, uint32_t bytes, const std::string &label) | evio::Util | inlinestatic |
printBytes(const std::string &fileName, uint64_t offset, uint32_t bytes, const std::string &label) | evio::Util | inlinestatic |
readBytes(const std::string &fileName, ByteBuffer &buf) | evio::Util | inlinestatic |
stringBuilderToStrings(std::string const &strData, bool onlyGoodChars, std::vector< std::string > &strings) | evio::Util | inlinestatic |
stringsToRawBytes(std::vector< std::string > &strings, std::vector< uint8_t > &bytes) | evio::Util | inlinestatic |
stringsToRawSize(std::vector< std::string > const &strings) | evio::Util | inlinestatic |
stringToASCII(const std::string &input, std::vector< uint8_t > &array) | evio::Util | inlinestatic |
stringToASCII(const std::string &input, ByteBuffer &buf) | evio::Util | inlinestatic |
stringToRawSize(const std::string &str) | evio::Util | inlinestatic |
toBytes(uint32_t data, const ByteOrder &byteOrder, uint8_t *dest) | evio::Util | inlinestatic |
toBytes(uint64_t data, const ByteOrder &byteOrder, uint8_t *dest) | evio::Util | inlinestatic |
toBytes(uint32_t data, const ByteOrder &byteOrder, std::vector< uint8_t > &dest, size_t off) | evio::Util | inlinestatic |
toBytes(uint16_t data, const ByteOrder &byteOrder, uint8_t *dest) | evio::Util | inlinestatic |
toBytes(uint16_t data, const ByteOrder &byteOrder, std::vector< uint8_t > &dest, size_t off) | evio::Util | inlinestatic |
toInt(char b1, char b2, char b3, char b4, const ByteOrder &byteOrder) | evio::Util | inlinestatic |
toInt(uint8_t const *data, ByteOrder const &byteOrder) | evio::Util | inlinestatic |
toIntArray(char const *data, uint32_t dataLen, const ByteOrder &byteOrder, uint32_t *dest) | evio::Util | inlinestatic |
toLong(uint8_t const *data, ByteOrder const &byteOrder) | evio::Util | inlinestatic |
unpackRawBytesToStrings(std::vector< uint8_t > &bytes, size_t offset, std::vector< std::string > &strData) | evio::Util | inlinestatic |
unpackRawBytesToStrings(std::vector< uint8_t > &bytes, size_t offset, size_t maxLength, std::vector< std::string > &strData) | evio::Util | inlinestatic |
unpackRawBytesToStrings(uint8_t *bytes, size_t length, std::vector< std::string > &strData) | evio::Util | inlinestatic |
unpackRawBytesToStrings(ByteBuffer &buffer, size_t pos, size_t length, std::vector< std::string > &strData) | evio::Util | inlinestatic |
writeBytes(const std::string &fileName, ByteBuffer &buf) | evio::Util | inlinestatic |