#include <Ioss_CodeTypes.h>
#include <Ioss_Field.h>
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <iostream>
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
|
| #define | TOPTR(x) (x.empty() ? nullptr : &x[0]) |
| |
| #define | IOSS_ERROR(errmsg) throw std::runtime_error(errmsg.str()) |
| |
| #define | IOSS_WARNING std::cerr |
| |
◆ IOSS_ERROR
| #define IOSS_ERROR |
( |
|
errmsg | ) |
throw std::runtime_error(errmsg.str()) |
◆ IOSS_WARNING
| #define IOSS_WARNING std::cerr |
◆ TOPTR
| #define TOPTR |
( |
|
x | ) |
(x.empty() ? nullptr : &x[0]) |