|
MPQC 3.0.0-alpha
|
Classes/functions for managing structured sets of keyword-value associations, such as encoded in the MPQC object-oriented input format. More...
Classes | |
| class | sc::KeyVal |
| The KeyVal class is designed to simplify the process of allowing a user to specify keyword/value associations to a C++ program. More... | |
| class | sc::AssignedKeyVal |
| This class allows keyval associations to be set up by the program, rather than determined by an external file. More... | |
| class | sc::StringKeyVal |
| StringKeyVal is a base class for KeyVal implementations that store all values in a string format. More... | |
| class | sc::AggregateKeyVal |
| This takes several KeyVal objects and makes them look like one KeyVal object. More... | |
| class | sc::PrefixKeyVal |
| PrefixKeyVal is a KeyVal that searches a different KeyVal using modified keys. More... | |
| class | sc::ParsedKeyVal |
| Converts textual information into keyword/value assocations. More... | |
| class | sc::Keyword |
| Provides convenient way to fill standard containers from KeyVal. More... | |
| class | sc::SavableStateProxy |
| Create a proxy for a SavableState object. More... | |
Classes/functions for managing structured sets of keyword-value associations, such as encoded in the MPQC object-oriented input format.