![]() |
Tulip
4.6.0
Better Visualization Through Research
|
#include <Array.h>
Inheritance diagram for tlp::Array< Obj, SIZE >:Public Member Functions | |
| Obj | operator[] (const unsigned int i) const |
| Obj & | operator[] (const unsigned int i) |
Public Attributes | |
| Obj | array [SIZE] |
Fixed-size array encapsulation.
In debug mode, a bound check is performed at each access. Stream operators implementations are provided.
| Obj tlp::Array< Obj, SIZE >::operator[] | ( | const unsigned int | i | ) | const [inline] |
| Obj & tlp::Array< Obj, SIZE >::operator[] | ( | const unsigned int | i | ) | [inline] |
| Obj tlp::Array< Obj, SIZE >::array[SIZE] |