#include <integer_id.h>
WriteAccessor implementation class for vector_id types. More...

WriteAccessor implementation class for vector_id types.
| Protected Attributes | |
| container_type & | vref | 
| Public Member Functions | |
| WriteAccessorVectorId (container_type &container) | |
| ~WriteAccessorVectorId () | |
| const container_type & | ref () const | 
| container_type & | wref () | 
| bool | empty () const | 
| Size | size () const | 
| const_reference | operator[] (Index i) const | 
| const_reference | operator() (Index i) const | 
| reference | operator[] (Index i) | 
| reference | operator() (Index i) | 
| const_iterator | begin () const | 
| iterator | begin () | 
| const_iterator | end () const | 
| iterator | end () | 
| void | clear () | 
| void | resize (Size s, bool=true) | 
| void | reserve (Size s) | 
| Index | push_back (const_reference v) | 
| Friends | |
| std::ostream & | operator<< (std::ostream &os, const WriteAccessorVectorId< T > &vec) | 
| std::istream & | operator>> (std::istream &in, WriteAccessorVectorId< T > &vec) | 
| 
 | protected | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | friend | 
| 
 | friend |