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

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