#include "ioss_export.h"
#include "Ioss_VariableType.h"
#include <string>
Go to the source code of this file.
|
namespace | Ioss |
| The main namespace for the Ioss library.
|
|
◆ MAKE_CLASS
Value: class IOSS_EXPORT X : public VariableType \
{ \
public: \
IOSS_NODISCARD std::string label(
int which,
const char suffix_sep =
'_')
const override; \
static void factory(); \
X(const X &) = delete; \
\
IOSS_NODISCARD VariableType::Type type()
const override {
return Type::STANDARD; } \
IOSS_NODISCARD std::string type_string()
const override {
return "Standard"; } \
\
protected: \
X(); \
\
private: \
}
#define IOSS_NODISCARD
Definition Ioss_CodeTypes.h:55