#include "Ioss_CodeTypes.h"
#include "Ioss_Field.h"
#include <cstddef>
#include <cstdint>
#include <string>
#include <vector>
#include "ioss_export.h"
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_SORTED_VECTOR |
Typedefs | |
using | Ioss::MapContainer = std::vector<int64_t> |
using | Ioss::IdPair = std::pair<int64_t, int64_t> |
using | Ioss::ReverseMapContainer = std::vector<IdPair> |
#define MAP_USE_SORTED_VECTOR |