![]() |
advgetopt 2.0.47
Parse complex command line arguments and configuration files in C++.
|
Declaration of the conf_file class used to read a configuration file. More...
#include <advgetopt/variables.h>
#include <cstdint>
#include <fstream>
#include <functional>
#include <map>
#include <memory>
#include <set>
Go to the source code of this file.
Classes | |
struct | advgetopt::conf_file::callback_entry_t |
class | advgetopt::conf_file |
class | advgetopt::conf_file_setup |
class | advgetopt::parameter_value |
Namespaces | |
namespace | advgetopt |
The advgetopt environment to parse command line options. | |
Typedefs | |
typedef std::uint_fast16_t | advgetopt::assignment_operator_t |
typedef std::uint_fast16_t | advgetopt::comment_t |
typedef std::uint_fast16_t | advgetopt::name_separator_t |
typedef std::uint_fast16_t | advgetopt::section_operator_t |
Functions | |
bool | advgetopt::iswspace (int c) |
Returns true if c is considered to be a whitespace. | |
The library offers a way to read a configuration file parameters without doing anything more than that. The getopt class uses it to read and verify the parameters. It also uses it to read files of configuration options.
Definition in file conf_file.h.
This document is part of the Snap! Websites Project.
Copyright by Made to Order Software Corp.