tekka
pbf::Program Class Reference

Handle command line arguments and a Population instance. More...

#include <program.hpp>

Public Member Functions

 Program (const std::vector< std::string > &args)
 Initialize with command-line arguments.
 
void run ()
 Top level function that should be called once from global main.
 
void write () const
 Output results to files.
 

Private Attributes

std::string config_ {}
 Written to "config.json".
 
std::string outdir_ {}
 Output directory.
 
std::unique_ptr< Populationpopulation_ {nullptr}
 Population instance.
 

Detailed Description

Handle command line arguments and a Population instance.


The documentation for this class was generated from the following files: