softwarecontainer  0.18.0-739e8d7 2017-05-04
softwarecontainer::CommandlineConfigSource Class Reference

A config source representing the commandline options. More...

#include <commandlineconfigsource.h>

Inheritance diagram for softwarecontainer::CommandlineConfigSource:
[legend]
Collaboration diagram for softwarecontainer::CommandlineConfigSource:
[legend]

Public Member Functions

 CommandlineConfigSource (std::vector< StringConfig > &stringConfigs, std::vector< IntConfig > &intConfigs, std::vector< BoolConfig > &boolConfigs)
 
std::vector< StringConfigstringConfigs () override
 
std::vector< IntConfigintConfigs () override
 
std::vector< BoolConfigboolConfigs () override
 

Detailed Description

A config source representing the commandline options.

This class is used by the part of the code that handles the commandline options. The options should be passed as lists to the constructor of this class. This class should then be passed as a config source to Config.

Definition at line 39 of file commandlineconfigsource.h.


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