IOSS  2.0
Ioss_FieldManager.h File Reference
#include <Ioss_CodeTypes.h>
#include <Ioss_Field.h>
#include <Ioss_Utils.h>
#include <cstddef>
#include <functional>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for Ioss_FieldManager.h:
This graph shows which files directly or indirectly include this file:

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