IOSS 2.0
Loading...
Searching...
No Matches
Iocgns_Initializer.h
Go to the documentation of this file.
1// Copyright(C) 1999-2020, 2022 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
7#pragma once
8
9#include "iocgns_export.h"
10
11namespace Iocgns {
12 class IOCGNS_EXPORT Initializer
13 {
14 public:
17 // Copy constructor
18 // Assignment operator
19 private:
20 static int useCount;
21 };
22} // namespace Iocgns
Definition Iocgns_Initializer.h:13
static int useCount
Definition Iocgns_Initializer.h:20
A namespace for the CGNS database format.
Definition Iocgns_DatabaseIO.C:555