#include <WriteAccessor.h>

| Public Member Functions | |
| WriteAccessor (container_type &c) | |
|  Public Member Functions inherited from sofa::helper::WriteAccessorFixedArray< FixedArrayLikeType > | |
| WriteAccessorFixedArray (container_type &container) | |
| bool | empty () const | 
| size_type | size () const | 
| reference | operator[] (size_type pos) | 
| const_reference | operator[] (size_type pos) const | 
| reference | front () | 
| const_reference | front () const | 
| reference | back () | 
| const_reference | back () const | 
| const_iterator | begin () const | 
| iterator | begin () | 
| const_iterator | end () const | 
| iterator | end () | 
| operator container_type () | |
| container_type * | operator-> () | 
| const_container_type * | operator-> () const | 
| container_type & | operator* () | 
| const_container_type & | operator* () const | 
| container_type & | wref () | 
| operator const_container_type () const | |
| const container_type & | ref () const | 
| this one duplicate operator*  More... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from sofa::helper::WriteAccessorFixedArray< FixedArrayLikeType > | |
| container_type * | vref | 
| 
 | inline |