#include "data/data.hpp"
#include "data/exception.hpp"
#include "data/singleton.hpp"
#include "data/list.hpp"
Go to the source code of this file.
Namespaces | |
namespace | gsgl |
namespace | gsgl::data |
Classes | |
class | global_register |
Base class for global resource registers. More... | |
Functions | |
template<typename R> | |
void | global_register_resource_aux (gsgl::data::list< R * > &l, R *r) |
Auxiliary function to get around the inability to partially specialize template member functions. | |
template<typename R> | |
void | global_unregister_resource_aux (gsgl::data::list< R * > &l, R *r) |