configuration_definitions
Full name: ase2sprkkr.common.configuration_definitions
Module class hierarchy

Description
Configuration definitions are classes, that desribes the syntax of a configuration file, or its parts (sections or configuration options)
They are able both to parse a file, which results in an
instance of (an instance of ase2sprkkr.common.Configuration
,
e.g. an Option
or
Section
), or write such object to a file.
Functions
|
Modify the given option definitions, that they appears in the output file in the form. |
|
Classes
|
This class is a member of definition of configuration, that can be both real (holds a value or values) or just virtual. |
|
Control definitions has no grammar, they just modify the other items of the container |
|
Output definition for the element of grammar, that reads besides himself other grammar elements, such that their names goes first and then the values go. |
|
Output definition for an ignored option. |
|
A base class for a configuration definition, either of an option, or of a container. |
|
Basic class for separators |
|
Item that allows to reuse existing item on the other place e.g. in another branch of Switch. |
|
Items of this class can control, which elements of grammar will be active and which not |
|
Base class for a definition, that do not have value, just control the flow of the parsing |