OpenMS
Base64 Member List

This is the complete list of members for Base64, including all inherited members.

Base64()=defaultBase64
ByteOrder enum nameBase64
BYTEORDER_BIGENDIAN enum valueBase64
BYTEORDER_LITTLEENDIAN enum valueBase64
decode(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out, bool zlib_compression=false)Base64static
decodeCompressed_(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out)Base64privatestatic
decodeIntegers(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out, bool zlib_compression=false)Base64static
decodeIntegersCompressed_(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out)Base64privatestatic
decodeIntegersUncompressed_(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out)Base64privatestatic
decoder_Base64privatestatic
decodeSingleString(const String &in, QByteArray &base64_uncompressed, bool zlib_compression)Base64static
decodeStrings(const String &in, std::vector< String > &out, bool zlib_compression=false)Base64static
decodeUncompressed_(const String &in, ByteOrder from_byte_order, std::vector< ToType > &out)Base64privatestatic
encode(std::vector< FromType > &in, ByteOrder to_byte_order, String &out, bool zlib_compression=false)Base64static
encodeIntegers(std::vector< FromType > &in, ByteOrder to_byte_order, String &out, bool zlib_compression=false)Base64static
encoder_Base64privatestatic
encodeStrings(const std::vector< String > &in, String &out, bool zlib_compression=false, bool append_null_byte=true)Base64static
stringSimdDecoder_(const std::string &in, std::string &out)Base64privatestatic
stringSimdEncoder_(std::string &in, std::string &out)Base64privatestatic