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