1 #ifndef migrationareaptrvector_h
2 #define migrationareaptrvector_h
This class implements a dynamic vector of MigrationArea values.
Definition: migrationareaptrvector.h:10
MigrationArea *& operator[](int pos)
This will return the value of an element of the vector.
Definition: migrationareaptrvector.h:47
int size
This is the size of the vector.
Definition: migrationareaptrvector.h:62
~MigrationAreaPtrVector()
This is the MigrationAreaPtrVector destructor.
Definition: migrationareaptrvector.cc:15
void resize(MigrationArea *value)
This will add one new entry to the vector.
Definition: migrationareaptrvector.cc:22
int Size() const
This will return the size of the vector.
Definition: migrationareaptrvector.h:41
MigrationArea ** v
This is the vector of MigrationArea values.
Definition: migrationareaptrvector.h:53
MigrationAreaPtrVector()
This is the default MigrationAreaPtrVector constructor.
Definition: migrationareaptrvector.h:15
void Delete(int pos)
This will delete an entry from the vector.
Definition: migrationareaptrvector.cc:37
This is the class used to store details of the areas used when calculating the migration within the m...
Definition: migrationarea.h:12