feisty meow concerns codebase  2.140
matrix.h File Reference
#include <basis/array.h>
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/guards.h>
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:

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"
 

Macro Definition Documentation

◆ static_class_name

#define static_class_name ( )    "matrix"

Definition at line 145 of file matrix.h.