ThunderEgg  1.0.0
DimensionalArray.h File Reference

DimensionalArray class. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ThunderEgg::DimensionalArray< N, T >
 A dimensional array, used for storing templated with and integer. For example a dimensional array of length 3 holding type T will have three values T<0> at index 0, T<1> at index 1, and T<2> at index 2. More...
 
class  ThunderEgg::DimensionalArray< 1, T >
 Dimensional Array specialization for length of 1. More...
 

Namespaces

 ThunderEgg
 The ThunderEgg namespace.
 

Detailed Description

DimensionalArray class.