|
IOSS
2.0
|
#include <Ioss_CodeTypes.h>#include <Ioss_Property.h>#include <cstddef>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | Ioss::PropertyManager |
| A collection of Ioss::Property objects. More... | |
Namespaces | |
| Ioss | |
| The main namespace for the Ioss library. | |
Typedefs | |
| using | Ioss::PropMapType = std::unordered_map< std::string, Property > |
| using | Ioss::ValuePair = PropMapType::value_type |