#include "data/data.hpp"
#include "data/pointer.hpp"
#include "data/string.hpp"
#include "data/list.hpp"
#include "data/dictionary.hpp"
#include "data/file.hpp"
Go to the source code of this file.
Namespaces | |
namespace | gsgl |
namespace | gsgl::data |
Classes | |
class | config_record |
Stores seralizable configuration information. More... | |
class | config_variable |
class | global_config |
Base class for global configuration variables. More... | |
Functions | |
gsgl::string | operator+ (const config_variable< gsgl::string > &cv, const gsgl::string &str) |
gsgl::string | operator+ (const config_variable< gsgl::string > &cv, const wchar_t *str) |
Variables | |
class DATA_API | global_config |