Teuchos - Trilinos Tools Package
Version of the Day
Loading...
Searching...
No Matches
core
src
Teuchos_StaticSetupMacro.hpp
1
// @HEADER
2
// *****************************************************************************
3
// Teuchos: Common Tools Package
4
//
5
// Copyright 2004 NTESS and the Teuchos contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef TEUCHOS_STATIC_SETUP_MACRO_HPP
11
#define TEUCHOS_STATIC_SETUP_MACRO_HPP
12
13
14
#include "
Teuchos_ConfigDefs.hpp
"
15
16
36
#define TEUCHOS_STATIC_SETUP() \
37
class StaticSetup { \
38
public: \
39
StaticSetup(); \
40
} staticSetup; \
41
\
42
StaticSetup::StaticSetup()
43
44
45
#endif
// TEUCHOS_STATIC_SETUP_MACRO_HPP
Teuchos_ConfigDefs.hpp
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
Generated on Thu Oct 9 2025 20:59:54 for Teuchos - Trilinos Tools Package by
1.9.8