#include "Ioss_CodeTypes.h"
#include "Ioss_ElementTopology.h"
#include "Ioss_EntityType.h"
#include "Ioss_Field.h"
#include "Ioss_Property.h"
#include "Ioss_Sort.h"
#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <iostream>
#include <stdexcept>
#include <string>
#include <vector>
#include "ioss_export.h"
Go to the source code of this file.
|
namespace | Ioss |
| The main namespace for the Ioss library.
|
|
◆ IOSS_ASSERT_USED
#define IOSS_ASSERT_USED |
( |
| x | ) |
|
◆ Data() [1/4]
template<typename T , size_t N>
IOSS_NODISCARD constexpr const T * Data |
( |
const std::array< T, N > & | arr | ) |
|
|
constexpr |
◆ Data() [2/4]
template<typename T >
IOSS_NODISCARD constexpr const T * Data |
( |
const std::vector< T > & | vec | ) |
|
|
constexpr |
◆ Data() [3/4]
template<typename T , size_t N>
◆ Data() [4/4]
◆ IOSS_ERROR()
void IOSS_ERROR |
( |
const std::ostringstream & | errmsg | ) |
|
|
inline |