IOSS 2.0
Loading...
Searching...
No Matches
Ioss_Initializer.h
Go to the documentation of this file.
1// Copyright(C) 1999-2020, 2022, 2023 National Technology & Engineering Solutions
2// of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
3// NTESS, the U.S. Government retains certain rights in this software.
4//
5// See packages/seacas/LICENSE for details
6#pragma once
7
8#include "ioss_export.h"
9
10namespace Ioss {
11 class IOSS_EXPORT Initializer
12 {
13 public:
15 ~Initializer() = default;
16 // Assignment operator
17 // Copy constructor
18 };
19} // namespace Ioss
Definition Ioss_Initializer.h:12
~Initializer()=default
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40