advgetopt 2.0.47
Parse complex command line arguments and configuration files in C++.
Classes | Namespaces | Enumerations
variables.h File Reference

Declaration of the variable class. More...

#include <advgetopt/utils.h>
#include <map>
#include <memory>
#include <string>
Include dependency graph for variables.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  advgetopt::variables
 

Namespaces

namespace  advgetopt
 The advgetopt environment to parse command line options.
 

Enumerations

enum class  advgetopt::assignment_t {
  advgetopt::ASSIGNMENT_NONE ,
  advgetopt::ASSIGNMENT_SET ,
  advgetopt::ASSIGNMENT_OPTIONAL ,
  advgetopt::ASSIGNMENT_APPEND ,
  advgetopt::ASSIGNMENT_NEW
}
 

Detailed Description

The advgetopt library supports variables in its configuration files.

This class handles the variable data store and replacement in strings.

Definition in file variables.h.

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.