![]() |
OpenMS
|
This is the complete list of members for Base64, including all inherited members.
| Base64()=default | Base64 | |
| ByteOrder enum name | Base64 | |
| BYTEORDER_BIGENDIAN enum value | Base64 | |
| BYTEORDER_LITTLEENDIAN enum value | Base64 | |
| decode(const std::string &in, ByteOrder from_byte_order, std::vector< ToType > &out, bool zlib_compression=false) | Base64 | static |
| decodeCompressed_(const std::string &in, ByteOrder from_byte_order, std::vector< ToType > &out) | Base64 | privatestatic |
| decodeIntegers(const std::string &in, ByteOrder from_byte_order, std::vector< ToType > &out, bool zlib_compression=false) | Base64 | static |
| decodeIntegersCompressed_(const std::string &in, ByteOrder from_byte_order, std::vector< ToType > &out) | Base64 | privatestatic |
| decodeIntegersUncompressed_(const std::string &in, ByteOrder from_byte_order, std::vector< ToType > &out) | Base64 | privatestatic |
| decoder_ | Base64 | privatestatic |
| decodeSingleString(const std::string &in, std::string &out, bool zlib_compression) | Base64 | static |
| decodeStrings(const std::string &in, std::vector< std::string > &out, bool zlib_compression=false) | Base64 | static |
| decodeUncompressed_(const std::string &in, ByteOrder from_byte_order, std::vector< ToType > &out) | Base64 | privatestatic |
| encode(std::vector< FromType > &in, ByteOrder to_byte_order, std::string &out, bool zlib_compression=false) | Base64 | static |
| encodeIntegers(std::vector< FromType > &in, ByteOrder to_byte_order, std::string &out, bool zlib_compression=false) | Base64 | static |
| encoder_ | Base64 | privatestatic |
| encodeStrings(const std::vector< std::string > &in, std::string &out, bool zlib_compression=false, bool append_null_byte=true) | Base64 | static |
| stringSimdDecoder_(const std::string &in, std::string &out) | Base64 | privatestatic |
| stringSimdEncoder_(std::string &in, std::string &out) | Base64 | privatestatic |