#include <Populations.h>
Public Member Functions | |
clPopulationManager (clSimManager *p_oSimManager) | |
This constructor structure makes sure that there's no default constructor while also saying that this child class doesn't need its own constructor to do anything. | |
int | GetObjectVersion () |
Returns the version number of the clPopulationManager class. | |
void | CreateObjects (xercesc::DOMDocument *p_oDoc) |
Creates the tree population object. |
Copyright 2003 Charles D. Canham.
clPopulationManager::clPopulationManager | ( | clSimManager * | p_oSimManager | ) | [inline] |
This constructor structure makes sure that there's no default constructor while also saying that this child class doesn't need its own constructor to do anything.
int clPopulationManager::GetObjectVersion | ( | ) | [inline] |
Returns the version number of the clPopulationManager class.
Reimplemented from clObjectManagerBase.
void clPopulationManager::CreateObjects | ( | xercesc::DOMDocument * | p_oDoc | ) | [virtual] |