#include <fixedCapacityVector.h>


| Additional Inherited Members | |
|  Public Types inherited from osl::misc::CArray< T, Capacity > | |
| typedef boost::remove_cv< T >::type | T_simple | 
| typedef T | value_type | 
| typedef CArrayIterator< T > | iterator | 
| typedef CArrayIterator< const T > | const_iterator | 
|  Public Member Functions inherited from osl::misc::CArray< T, Capacity > | |
| iterator | begin () | 
| iterator | end () | 
| void | fill (T_simple value=T_simple()) | 
| T & | operator[] (size_t i) | 
| T const & | operator[] (size_t i) const | 
| const_iterator | begin () const | 
| const_iterator | end () const | 
| bool | operator== (const CArray &other) const | 
| T & | operator[] (Player p) | 
| const T & | operator[] (Player p) const | 
| T & | operator[] (PtypeO ptypeo) | 
| const T & | operator[] (PtypeO ptypeo) const | 
| T & | front () | 
| T & | back () | 
| const T & | front () const | 
| const T & | back () const | 
|  Static Public Member Functions inherited from osl::misc::CArray< T, Capacity > | |
| static size_t | size () | 
|  Public Attributes inherited from osl::misc::CArray< T, Capacity > | |
| T | elements [Capacity] | 
| {} による初期化を許すために public にしておく  More... | |
Definition at line 59 of file fixedCapacityVector.h.
 1.8.4
 1.8.4