1 #ifndef fleetptrvector_h
2 #define fleetptrvector_h
This class implements a dynamic vector of Fleet values.
Definition: fleetptrvector.h:10
int size
This is the size of the vector.
Definition: fleetptrvector.h:62
FleetPtrVector()
This is the default FleetPtrVector constructor.
Definition: fleetptrvector.h:15
~FleetPtrVector()
This is the FleetPtrVector destructor.
Definition: fleetptrvector.cc:15
Fleet *& operator[](int pos)
This will return the value of an element of the vector.
Definition: fleetptrvector.h:47
void Delete(int pos)
This will delete an entry from the vector.
Definition: fleetptrvector.cc:37
void resize(Fleet *value)
This will add one new entry to the vector.
Definition: fleetptrvector.cc:22
int Size() const
This will return the size of the vector.
Definition: fleetptrvector.h:41
Fleet ** v
This is the vector of Fleet values.
Definition: fleetptrvector.h:53
This is the class used to model the predation that is due to the action of a fleet in the Gadget mode...
Definition: fleet.h:17