Public Types | |
| typedef long | index_type |
| typedef T | value_type |
Public Member Functions | |
| TArr1D (const index_type &LB, const index_type &HB, std::string arrayName) | |
| ~TArr1D () | |
| index_type | LBound () const |
| index_type | HBound () const |
| T & | operator() (const index_type &index) |
| const T & | operator() (const index_type &index) const |
| T & | at (const index_type &index) |
| const T & | at (const index_type &index) const |
| void | ShiftBounds (const index_type &Shift) |
| std::string | OwnName () const |
Private Member Functions | |
| TArr1D (TArr1D &) | |
| TArr1D & | operator= (TArr1D &) |
Private Attributes | |
| T * | data |
| std::string | OwnName_ |
| index_type | LBound_ |
| index_type | HBound_ |
| typedef long TArr1D< T >::index_type |
| typedef T TArr1D< T >::value_type |
| TArr1D< T >::TArr1D | ( | const index_type & | LB, | |
| const index_type & | HB, | |||
| std::string | arrayName | |||
| ) |
| index_type TArr1D< T >::LBound | ( | ) | const [inline] |
| index_type TArr1D< T >::HBound | ( | ) | const [inline] |
| T & TArr1D< T >::operator() | ( | const index_type & | index | ) |
| const T & TArr1D< T >::operator() | ( | const index_type & | index | ) | const |
| T & TArr1D< T >::at | ( | const index_type & | index | ) |
| const T & TArr1D< T >::at | ( | const index_type & | index | ) | const |
| void TArr1D< T >::ShiftBounds | ( | const index_type & | Shift | ) | [inline] |
| std::string TArr1D< T >::OwnName | ( | ) | const [inline] |
index_type TArr1D< T >::LBound_ [private] |
index_type TArr1D< T >::HBound_ [private] |
1.4.7
Click here to return home page.