IOSS 2.0
|
#include "Ioss_CodeTypes.h"
#include "Ioss_Field.h"
#include <cstddef>
#include <cstdint>
#include <string>
#include <vector>
#include "ioss_export.h"
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | Ioss::Map |
Namespaces | |
namespace | Ioss |
The main namespace for the Ioss library. | |
Macros | |
#define | MAP_USE_STD |
Typedefs | |
using | Ioss::MapContainer = std::vector<int64_t> |
using | Ioss::ReverseMapContainer = std::unordered_map<int64_t, int64_t> |
#define MAP_USE_STD |