feisty meow concerns codebase
2.140
|
#include <basis/array.h>
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/guards.h>
Go to the source code of this file.
Classes | |
class | structures::matrix< contents > |
Represents a two-dimensional array of objects. More... | |
class | structures::int_matrix |
A matrix of integers. More... | |
class | structures::string_matrix |
A matrix of strings. More... | |
class | structures::double_matrix |
A matrix of double floating point numbers. More... | |
Namespaces | |
structures | |
A dynamic container class that holds any kind of object via pointers. | |
Macros | |
#define | static_class_name() "matrix" |