All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
List of all members
osl::misc::FixedCapacityVector< T, Capacity >::Array Struct Reference

#include <fixedCapacityVector.h>

Inheritance diagram for osl::misc::FixedCapacityVector< T, Capacity >::Array:
Inheritance graph
[legend]
Collaboration diagram for osl::misc::FixedCapacityVector< T, Capacity >::Array:
Collaboration graph
[legend]

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 >
elements [Capacity]
 {} による初期化を許すために public にしておく More...
 

Detailed Description

template<typename T, size_t Capacity>
struct osl::misc::FixedCapacityVector< T, Capacity >::Array

Definition at line 59 of file fixedCapacityVector.h.


The documentation for this struct was generated from the following file: