#include <string>Go to the source code of this file.
Namespaces | |
| namespace | galaxy |
| Application.hpp galaxy. | |
| namespace | galaxy::math |
Functions | |
| std::string | galaxy::math::encode_base64 (const std::string &input) |
| Compresses string into Base64. | |
| std::string | galaxy::math::decode_base64 (const std::string &input) |
| Decompresses string into Base64. | |