BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
cl_Input_Settings.hpp
Go to the documentation of this file.
1
//
2
// Created by christian on 2/19/25.
3
//
4
5
#ifndef CL_INPUT_SETTINGS_HPP
6
#define CL_INPUT_SETTINGS_HPP
7
8
#include "
cl_Input_Section.hpp
"
9
10
namespace
belfem
11
{
12
namespace
input
13
{
14
class
Settings
15
{
16
17
protected
:
18
19
const
Section
*
mSection
= nullptr ;
20
21
//------------------------------------------------------------------------------
22
public :
23
//------------------------------------------------------------------------------
24
25
Settings
(
const
Section
* aSection );
26
27
//------------------------------------------------------------------------------
28
29
virtual
~Settings
() ;
30
31
//------------------------------------------------------------------------------
32
};
33
}
34
}
35
#endif
//CL_INPUT_SETTINGS_HPP
cl_Input_Section.hpp
belfem::input::Section
One hierarchical section of a configuration file.
Definition
cl_Input_Section.hpp:34
belfem::input::Settings::Settings
Settings(const Section *aSection)
Definition
cl_Input_Settings.cpp:11
belfem::input::Settings::mSection
const Section * mSection
Definition
cl_Input_Settings.hpp:19
belfem::input
Definition
cl_Input_Section.cpp:20
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
src
io
cl_Input_Settings.hpp
Generated by
1.18.0