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