#include <OpExtraStateTable.h>
Onikiri::OpExtraStateTable< ValueType, ContainerType >のコラボレーション図
Public 型 | |
typedef ContainerType::const_reference | ConstReferenceType |
typedef ContainerType::reference | ReferenceType |
Public メソッド | |
ConstReferenceType | operator[] (const OpIterator &opIterator) const |
ReferenceType | operator[] (const OpIterator &opIterator) |
OpExtraStateTable (OpArray &opArray, const ValueType &defaultValue=ValueType()) | |
OpExtraStateTable () | |
void | Resize (int capacity, const ValueType &defaultValue=ValueType()) |
void | Resize (OpArray &opArray, const ValueType &defaultValue=ValueType()) |
virtual | ~OpExtraStateTable () |
Protected 変数 | |
ContainerType | m_table |
OpExtraStateTable.h の 41 行で定義されています。
typedef ContainerType::const_reference Onikiri::OpExtraStateTable< ValueType, ContainerType >::ConstReferenceType |
OpExtraStateTable.h の 45 行で定義されています。
typedef ContainerType::reference Onikiri::OpExtraStateTable< ValueType, ContainerType >::ReferenceType |
OpExtraStateTable.h の 44 行で定義されています。
Onikiri::OpExtraStateTable< ValueType, ContainerType >::OpExtraStateTable | ( | ) | [inline] |
Onikiri::OpExtraStateTable< ValueType, ContainerType >::OpExtraStateTable | ( | OpArray & | opArray, | |
const ValueType & | defaultValue = ValueType() | |||
) | [inline] |
virtual Onikiri::OpExtraStateTable< ValueType, ContainerType >::~OpExtraStateTable | ( | ) | [inline, virtual] |
ConstReferenceType Onikiri::OpExtraStateTable< ValueType, ContainerType >::operator[] | ( | const OpIterator & | opIterator | ) | const [inline] |
ReferenceType Onikiri::OpExtraStateTable< ValueType, ContainerType >::operator[] | ( | const OpIterator & | opIterator | ) | [inline] |
void Onikiri::OpExtraStateTable< ValueType, ContainerType >::Resize | ( | int | capacity, | |
const ValueType & | defaultValue = ValueType() | |||
) | [inline] |
void Onikiri::OpExtraStateTable< ValueType, ContainerType >::Resize | ( | OpArray & | opArray, | |
const ValueType & | defaultValue = ValueType() | |||
) | [inline] |
OpExtraStateTable.h の 63 行で定義されています。
参照元 Onikiri::OpExtraStateTable< Onikiri::VisualizationDumper::OpState >::OpExtraStateTable()・Onikiri::OpExtraStateTable< Onikiri::VisualizationDumper::OpState >::Resize().
00064 { 00065 Resize( opArray.GetCapacity(), defaultValue ); 00066 }
Here is the caller graph for this function:
ContainerType Onikiri::OpExtraStateTable< ValueType, ContainerType >::m_table [protected] |