IOSS 2.0
Loading...
Searching...
No Matches
Ioss_VariableType.h File Reference
#include "Ioss_CodeTypes.h"
#include "Ioss_Utils.h"
#include <cstring>
#include <functional>
#include <map>
#include <string>
#include <vector>
#include "ioss_export.h"
Include dependency graph for Ioss_VariableType.h:
This graph shows which files directly or indirectly include this file:

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