|
IOSS
2.0
|
#include <Ioss_CodeTypes.h>#include <Ioss_Field.h>#include <Ioss_Utils.h>#include <cstddef>#include <functional>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | Ioss::FieldManager |
| A collection of Ioss::Field objects. More... | |
Namespaces | |
| Ioss | |
| The main namespace for the Ioss library. | |
Typedefs | |
| using | Ioss::FieldMapType = std::unordered_map< std::string, Field > |
| using | Ioss::FieldValuePair = FieldMapType::value_type |