|
| | template_1d_array () |
| |
| | ~template_1d_array () |
| |
| | template_1d_array (const template_1d_array &rhs) |
| |
| const template_1d_array & | operator= (const template_1d_array &rhs) |
| |
| const T & | operator() (int i) const |
| |
| T & | operator() (int i) |
| |
| void | setbounds (int iLow, int iHigh) |
| |
| void | setcontent (int iLow, int iHigh, const T *pContent) |
| |
| T * | getcontent () |
| |
| const T * | getcontent () const |
| |
| int | getlowbound (int iBoundNum=0) const |
| |
| int | gethighbound (int iBoundNum=0) const |
| |
| raw_vector< T > | getvector (int iStart, int iEnd) |
| |
| const_raw_vector< T > | getvector (int iStart, int iEnd) const |
| |
| | template_1d_array () |
| |
| | ~template_1d_array () |
| |
| | template_1d_array (const template_1d_array &rhs) |
| |
| const template_1d_array & | operator= (const template_1d_array &rhs) |
| |
| const T & | operator() (int i) const |
| |
| T & | operator() (int i) |
| |
| void | setbounds (int iLow, int iHigh) |
| |
| void | setcontent (int iLow, int iHigh, const T *pContent) |
| |
| T * | getcontent () |
| |
| const T * | getcontent () const |
| |
| int | getlowbound (int iBoundNum=0) const |
| |
| int | gethighbound (int iBoundNum=0) const |
| |
| raw_vector< T > | getvector (int iStart, int iEnd) |
| |
| const_raw_vector< T > | getvector (int iStart, int iEnd) const |
| |
template<class
T>
class ap::template_1d_array< T >
Definition at line 656 of file ap.h.