#include <boost/scoped_array.hpp>
Include dependency graph for util.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | estar |
Classes | |
class | estar::array< value_t, index_t > |
Simple 2D-array with "self destroying" underlying data. More... | |
Functions | |
void | estar::set_cleanup (void(*function)()) |
Set the function for cleaning up after your program. |