#include <BoomArray.h>
Public Member Functions | |
Boomarray (int count_, T *src_) | |
Boomarray () | |
~Boomarray () | |
double & | operator[] (int index) |
void | pup (PUP::er &p) |
int | size () |
Private Attributes | |
int | count |
T * | ptr |
int | srcnode |
T * | srcptr |
Definition at line 9 of file BoomArray.h.
Definition at line 16 of file BoomArray.h.
Definition at line 23 of file BoomArray.h.
Definition at line 28 of file BoomArray.h.
References free(), Boomarray< T >::ptr, and Boomarray< T >::srcptr.
Definition at line 33 of file BoomArray.h.
References Boomarray< T >::count, PUP::er::isPacking(), PUP::er::isSizing(), PUP::er::isUnpacking(), malloc(), p, Boomarray< T >::ptr, Boomarray< T >::srcnode, and Boomarray< T >::srcptr.
Definition at line 54 of file BoomArray.h.
Referenced by Boomarray< T >::pup(), and Boomarray< T >::size().
Definition at line 56 of file BoomArray.h.
Referenced by Boomarray< T >::operator[](), Boomarray< T >::pup(), and Boomarray< T >::~Boomarray().
Definition at line 61 of file BoomArray.h.
Referenced by Boomarray< T >::pup(), and Boomarray< T >::~Boomarray().