tekka
|
#include <program.hpp>
Private Attributes | |
std::vector< std::string > | command_args_ = {} |
Command-line arguments. | |
std::string | config_ = "" |
Written to "config.json". | |
std::unique_ptr< Population > | population_ = nullptr |
Population instance. | |
Program class.