|
Cantera
2.5.1
|
#include "cantera/base/ct_defs.h"#include "cantera/base/global.h"#include "cantera/base/Units.h"#include "cantera/base/ctexceptions.h"#include <string>#include <vector>#include <memory>#include <unordered_map>#include <functional>#include "cantera/base/AnyMap.inl.h"Go to the source code of this file.
Classes | |
| class | AnyBase |
| Base class defining common data possessed by both AnyMap and AnyValue objects. More... | |
| class | AnyValue |
| A wrapper for a variable whose type is determined at runtime. More... | |
| class | AnyMap |
| A map of string keys to values whose type can vary at runtime. More... | |
| class | AnyMap::Iterator |
| Defined to allow use with range-based for loops. More... | |
| class | InputFileError |
| Error thrown for problems processing information contained in an AnyMap or AnyValue. More... | |
Namespaces | |
| Cantera | |
| Namespace for the Cantera kernel. | |
Functions | |
| AnyMap::Iterator | begin (const AnyValue &v) |
| AnyMap::Iterator | end (const AnyValue &v) |