#include "data/data.hpp"
#include "data/array.hpp"
Go to the source code of this file.
Namespaces | |
namespace | gsgl |
namespace | gsgl::data |
Classes | |
class | simple_stack |
The usual FILO stack structure. This should only be used for storing simple types, as items will be copied around in memory. More... |