#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. | |
void | CreateObjects (xercesc::DOMDocument *p_oDoc) |
Creates the tree population objects. |
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.
void clPopulationManager::CreateObjects | ( | xercesc::DOMDocument * | p_oDoc | ) | [virtual] |