Sirikata
Namespaces | Functions
libcore/include/sirikata/core/util/Base64.hpp File Reference
#include <sirikata/core/util/Platform.hpp>
Include dependency graph for Base64.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


namespace  Sirikata::Base64

Functions

SIRIKATA_FUNCTION_EXPORT String Sirikata::Base64::encode (const String &orig, bool padWithEquals)
SIRIKATA_FUNCTION_EXPORT String Sirikata::Base64::encodeURL (const String &orig)
SIRIKATA_FUNCTION_EXPORT String Sirikata::Base64::decode (const String &orig)
SIRIKATA_FUNCTION_EXPORT String Sirikata::Base64::decodeURL (const String &orig)