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 String &in, ByteOrder from_byte_order, std::vector< ToType > &out, bool zlib_compression=false) | Base64 | static |
decodeCompressed_(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out) | Base64 | privatestatic |
decodeIntegers(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out, bool zlib_compression=false) | Base64 | static |
decodeIntegersCompressed_(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out) | Base64 | privatestatic |
decodeIntegersUncompressed_(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out) | Base64 | privatestatic |
decoder_ | Base64 | privatestatic |
decodeSingleString(const String &in, QByteArray &base64_uncompressed, bool zlib_compression) | Base64 | static |
decodeStrings(const String &in, std::vector< String > &out, bool zlib_compression=false) | Base64 | static |
decodeUncompressed_(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out) | Base64 | privatestatic |
encode(std::vector< FromType > &in, ByteOrder to_byte_order, String &out, bool zlib_compression=false) | Base64 | static |
encodeIntegers(std::vector< FromType > &in, ByteOrder to_byte_order, String &out, bool zlib_compression=false) | Base64 | static |
encoder_ | Base64 | privatestatic |
encodeStrings(const std::vector< String > &in, 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 |