#include <variables_map.hpp>
Inherits boost::program_options::abstract_variables_map.
Inheritance diagram for boost::program_options::variables_map:
Public Member Functions | |
variable_value | operator[] (const std::string &name) const |
Obtains the value of variable 'name', from *this and possibly from the chain of variable maps. | |
Private Member Functions | |
variable_value | get (const std::string &name) const |
Implementation of abstract_variables_map::get which does 'find' in *this. |
|
Obtains the value of variable 'name', from *this and possibly from the chain of variable maps.
Reimplemented from boost::program_options::abstract_variables_map. |
|
Implementation of abstract_variables_map::get which does 'find' in *this.
Implements boost::program_options::abstract_variables_map. |