tekka
pbf::Program Class Reference

Program class. 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::vector< std::string > command_args_ = {}
 Command-line arguments.
 
std::string config_ = ""
 Written to "config.json".
 
std::unique_ptr< Populationpopulation_ = nullptr
 Population instance.
 

Detailed Description

Program class.


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