tek2
tek::Program Class Reference

Program class. More...

#include <program.hpp>

Public Member Functions

 Program (const std::vector< std::string > &args)
 Parse command arguments.
 Program (int argc, char *argv[])
 Parse command arguments.
void run ()
 Top level function that should be called once from global main.

Private Member Functions

void main ()
 called from run()

Private Attributes

std::string config_
 written to "config.json"

Detailed Description

Program class.


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