![]() |
ATLAS Offline Software
|
#include <IntVec.h>
Public Member Functions | |
| IntVec () | |
| IntVec (int) | |
| IntVec (int, int) | |
| IntVec (const IntVec &) | |
| ~IntVec () | |
| int & | operator[] (int) |
| const int & | operator[] (int) const |
| IntVec & | operator= (const IntVec &) |
| IntVec | operator+ (const IntVec &) |
| IntVec & | operator+= (const IntVec &) |
| IntVec | operator- (const IntVec &) |
| IntVec & | operator-= (const IntVec &) |
| void | reSize (int) |
| int | n_elem () const |
Private Attributes | |
| int | m_Nele |
| int * | m_ptr_data |
| Trk::IntVec::IntVec | ( | ) |
Definition at line 13 of file IntVec.cxx.
| Trk::IntVec::IntVec | ( | int | N | ) |
Definition at line 17 of file IntVec.cxx.
| Trk::IntVec::IntVec | ( | int | N, |
| int | init ) |
Definition at line 26 of file IntVec.cxx.
| Trk::IntVec::IntVec | ( | const IntVec & | v | ) |
Definition at line 35 of file IntVec.cxx.
| Trk::IntVec::~IntVec | ( | ) |
Definition at line 44 of file IntVec.cxx.
|
inline |
Definition at line 84 of file IntVec.cxx.
Definition at line 96 of file IntVec.cxx.
Definition at line 119 of file IntVec.cxx.
Definition at line 48 of file IntVec.cxx.
| int & Trk::IntVec::operator[] | ( | int | i | ) |
Definition at line 62 of file IntVec.cxx.
| const int & Trk::IntVec::operator[] | ( | int | i | ) | const |
Definition at line 73 of file IntVec.cxx.
| void Trk::IntVec::reSize | ( | int | Nnew | ) |
Definition at line 131 of file IntVec.cxx.