#include "data/data.hpp"
#include "data/exception.hpp"
#include "data/comparable.hpp"
#include "data/indexable.hpp"
#include "data/pointer.hpp"
#include "data/tuple.hpp"
#include "data/list.hpp"
#include "data/stack.hpp"
#include "data/string.hpp"
#include <typeinfo>


Go to the source code of this file.
Namespaces | |
| namespace | gsgl |
| namespace | gsgl::data |
Classes | |
| class | dictionary |
| A dictionary or map. More... | |
| struct | dictionary::dict_node |
| class | dictionary_iterator |
1.5.5