1 #ifndef addresskeepermatrix_h
2 #define addresskeepermatrix_h
This class implements a dynamic vector of AddressKeeperVector values.
Definition: addresskeepermatrix.h:11
AddressKeeperVector ** v
This is the vector of AddressKeeperVector values.
Definition: addresskeepermatrix.h:65
void resize()
This will add one new empty entry to the vector.
Definition: addresskeepermatrix.cc:14
int Ncol(int i=0) const
This will return the number of columns in row i of the vector.
Definition: addresskeepermatrix.h:38
int Nrow() const
This will return the number of rows of the vector.
Definition: addresskeepermatrix.h:31
int nrow
This is number of rows of the vector.
Definition: addresskeepermatrix.h:56
AddressKeeperVector & operator[](int pos)
This will return the value of an element of the vector.
Definition: addresskeepermatrix.h:50
~AddressKeeperMatrix()
This is the AddressKeeperMatrix destructor.
Definition: addresskeepermatrix.cc:4
void Delete(int pos)
This will delete an entry from the vector.
Definition: addresskeepermatrix.cc:29
AddressKeeperMatrix()
This is the default AddressKeeperMatrix constructor.
Definition: addresskeepermatrix.h:16
This class implements a dynamic vector of AddressKeeper values.
Definition: addresskeepervector.h:10
int Size() const
This will return the size of the vector.
Definition: addresskeepervector.h:36