#include <ReadAccessorFixedArray.h>

ReadAccessor for wrapping around fixed array like object ////////////////////// ReadAccessor implementation class for fixed array types
| Protected Attributes | |
| const container_type * | vref | 
| Public Member Functions | |
| ReadAccessorFixedArray (const container_type &container) | |
| bool | empty () const | 
| size_type | size () const | 
| const_reference | operator[] (size_type i) const | 
| const_iterator | begin () const | 
| const_iterator | end () const | 
| operator const_container_type & () const | |
| const_container_type * | operator-> () const | 
| const_container_type & | operator* () const | 
| const_container_type & | ref () const | 
| this duplicate operator* (remove ?)  More... | |
| 
 | protected | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
this duplicate operator* (remove ?)
| 
 | inline |