IOSS
2.0
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
a
b
c
d
e
f
h
i
j
k
l
n
p
q
r
s
t
u
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
c
d
e
f
i
m
o
p
r
s
t
v
z
Related Symbols
g
h
m
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
z
Functions
c
d
f
g
h
i
m
o
p
r
t
v
w
z
Variables
Typedefs
Macros
_
a
b
c
d
e
f
g
h
i
m
n
o
p
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
Ionit_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
7
#pragma once
8
9
#include "ionit_export.h"
10
11
namespace
Ioss::Init
{
12
/** \brief Initialization of the Ioss library.
13
*
14
* An object of this type must be created before using any other
15
* functions or methods in the Ioss library.
16
*/
17
class
IONIT_EXPORT
Initializer
18
{
19
public
:
20
Initializer
();
21
~Initializer
();
22
static
Initializer
&
initialize_ioss
();
23
// Copy constructor
24
// Assignment operator
25
};
17
class
IONIT_EXPORT
Initializer
{
…
};
26
}
// namespace Ioss::Init
Ioss::Init::Initializer::Initializer
Initializer()
Initialize the Ioss library.
Definition
Ionit_Initializer.C:75
Ioss::Init::Initializer::initialize_ioss
static Initializer & initialize_ioss()
Definition
Ionit_Initializer.C:63
Ioss::Init
Definition
Ionit_Initializer.C:62
src
init
Ionit_Initializer.h
Generated by
1.14.0