IOSS 2.0
|
#include "Ioss_CodeTypes.h"
#include "Ioss_Utils.h"
#include <cstring>
#include <functional>
#include <map>
#include <string>
#include <vector>
#include "ioss_export.h"
Go to the source code of this file.
Classes | |
class | Ioss::Registry |
struct | Ioss::Suffix |
class | Ioss::VariableType |
A generic variable type. More... | |
Namespaces | |
namespace | Ioss |
The main namespace for the Ioss library. | |
Typedefs | |
using | Ioss::VariableTypeMap = std::map<std::string, VariableType *, std::less<>> |
using | Ioss::VTM_ValuePair = VariableTypeMap::value_type |