Sirikata
Namespaces | Functions
libcore/src/util/Base64.cpp File Reference
#include <sirikata/core/util/Standard.hh>
#include <sirikata/core/util/Base64.hpp>
#include <boost/archive/iterators/base64_from_binary.hpp>
#include <boost/archive/iterators/binary_from_base64.hpp>
#include <boost/archive/iterators/transform_width.hpp>
#include <iterator>
Include dependency graph for Base64.cpp:

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)