|
Givaro 4.2.1
|
#include <givarrayfixed.h>
Inheritance diagram for ArrayFixed< T, SIZE >:Public Types | |
| typedef size_t | Indice_t |
| typedef T | Type_t |
| typedef ArrayFixed< T, SIZE > | Self_t |
| typedef Type_t * | Iterator_t |
| typedef const Type_t * | constIterator_t |
Public Member Functions | |
| ArrayFixed () | |
| Self_t & | copy (const Self_t &src) |
| size_t | size () const |
| size_t | phsize () const |
| Type_t * | baseptr () |
| Type_t *const | baseptr () const |
| const T & | operator[] (Indice_t i) const |
| T & | operator[] (Indice_t i) |
| Iterator_t | begin () |
| Iterator_t | end () |
| constIterator_t | begin () const |
| constIterator_t | end () const |
| template<class UNARYOP> | |
| void | map (UNARYOP &opcode) |
| Specialization. | |
| template<class UNARYOP> | |
| void | map (UNARYOP &opcode) const |
| Specialization. | |
| typedef size_t Indice_t |
| typedef T Type_t |
| typedef ArrayFixed<T,SIZE> Self_t |
| typedef Type_t* Iterator_t |
| typedef const Type_t* constIterator_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void map | ( | UNARYOP & | opcode | ) |
Specialization.
| void map | ( | UNARYOP & | opcode | ) | const |
Specialization.