Public Types | |
| typedef IndexType | index_type |
| typedef ValueType | value_type |
Public Member Functions | |
| TTArray1D (const index_type lowbound=0, const index_type highbound=0, std::string name="") | |
| ~TTArray1D () | |
| index_type | LBound () const |
| index_type | HBound () const |
| value_type & | operator() (const index_type index) |
| const value_type & | operator() (const index_type index) const |
| value_type & | At (const index_type index) |
| const value_type & | At (const index_type index) const |
| void | ShiftBound (const index_type index) |
| void | Swap (TTArray1D< ValueType, IndexType > &arr) |
| std::string | GetName () const |
Private Attributes | |
| value_type * | data_ |
| std::string | name_ |
| index_type | highbound_ |
| index_type | lowbound_ |
| typedef IndexType TTArray1D< ValueType, IndexType >::index_type |
| typedef ValueType TTArray1D< ValueType, IndexType >::value_type |
| TTArray1D< ValueType, IndexType >::TTArray1D | ( | const index_type | lowbound = 0, |
|
| const index_type | highbound = 0, |
|||
| std::string | name = "" | |||
| ) |
| IndexType TTArray1D< ValueType, IndexType >::LBound | ( | ) | const |
| IndexType TTArray1D< ValueType, IndexType >::HBound | ( | ) | const |
| ValueType & TTArray1D< ValueType, IndexType >::operator() | ( | const index_type | index | ) |
| const ValueType & TTArray1D< ValueType, IndexType >::operator() | ( | const index_type | index | ) | const |
| ValueType & TTArray1D< ValueType, IndexType >::At | ( | const index_type | index | ) |
| const ValueType & TTArray1D< ValueType, IndexType >::At | ( | const index_type | index | ) | const |
| void TTArray1D< ValueType, IndexType >::ShiftBound | ( | const index_type | index | ) |
| void TTArray1D< ValueType, IndexType >::Swap | ( | TTArray1D< ValueType, IndexType > & | arr | ) |
| std::string TTArray1D< ValueType, IndexType >::GetName | ( | ) | const |
value_type* TTArray1D< ValueType, IndexType >::data_ [private] |
std::string TTArray1D< ValueType, IndexType >::name_ [private] |
index_type TTArray1D< ValueType, IndexType >::highbound_ [private] |
index_type TTArray1D< ValueType, IndexType >::lowbound_ [private] |
1.4.7
Click here to return home page.