FixedArray< TYPE, WIDTH, HEIGHT > Class Template Reference
#include <fixedarray.h>
List of all members.
template<class TYPE, int WIDTH, int HEIGHT>
class FixedArray< TYPE, WIDTH, HEIGHT >
Member Typedef Documentation
template<class TYPE, int WIDTH, int HEIGHT>
template<class TYPE, int WIDTH, int HEIGHT>
template<class TYPE, int WIDTH, int HEIGHT>
template<class TYPE, int WIDTH, int HEIGHT>
template<class TYPE, int WIDTH, int HEIGHT>
template<class TYPE, int WIDTH, int HEIGHT>
template<class TYPE, int WIDTH, int HEIGHT>
template<class TYPE, int WIDTH, int HEIGHT>
Constructor & Destructor Documentation
template<class TYPE, int WIDTH, int HEIGHT>
template<class TYPE, int WIDTH, int HEIGHT>
template<class TYPE, int WIDTH, int HEIGHT>
Member Function Documentation
template<class TYPE, int WIDTH, int HEIGHT>
| bool FixedArray< TYPE, WIDTH, HEIGHT >::empty |
( |
|
) |
const [inline] |
template<class TYPE, int WIDTH, int HEIGHT>
| int FixedArray< TYPE, WIDTH, HEIGHT >::size |
( |
|
) |
const [inline] |
template<class TYPE, int WIDTH, int HEIGHT>
| int FixedArray< TYPE, WIDTH, HEIGHT >::width |
( |
|
) |
const [inline] |
template<class TYPE, int WIDTH, int HEIGHT>
| int FixedArray< TYPE, WIDTH, HEIGHT >::height |
( |
|
) |
const [inline] |
template<class TYPE, int WIDTH, int HEIGHT>
| Column& FixedArray< TYPE, WIDTH, HEIGHT >::operator[] |
( |
unsigned long |
index |
) |
[inline] |
template<class TYPE, int WIDTH, int HEIGHT>
| const Column& FixedArray< TYPE, WIDTH, HEIGHT >::operator[] |
( |
unsigned long |
index |
) |
const [inline] |
template<class TYPE, int WIDTH, int HEIGHT>
template<class Indexer>
| TYPE& FixedArray< TYPE, WIDTH, HEIGHT >::operator() |
( |
const Indexer & |
i |
) |
[inline] |
template<class TYPE, int WIDTH, int HEIGHT>
template<class Indexer>
| const TYPE& FixedArray< TYPE, WIDTH, HEIGHT >::operator() |
( |
const Indexer & |
i |
) |
const [inline] |
template<class TYPE, int WIDTH, int HEIGHT>
| void FixedArray< TYPE, WIDTH, HEIGHT >::init |
( |
const TYPE & |
def |
) |
[inline] |
Member Data Documentation
template<class TYPE, int WIDTH, int HEIGHT>
The documentation for this class was generated from the following file: