#include <ReadAccessor.h>

| Public Member Functions | |
| ReadAccessor (const container_type &c) | |
|  Public Member Functions inherited from sofa::helper::ReadAccessorFixedArray< FixedArrayLikeType > | |
| 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... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from sofa::helper::ReadAccessorFixedArray< FixedArrayLikeType > | |
| const container_type * | vref | 
| 
 | inline |