BELFEM 0.9.0
Berkeley Lab Finite Element Framework
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
9
10namespace belfem
11{
12 namespace input
13 {
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
One hierarchical section of a configuration file.
Definition cl_Input_Section.hpp:34
Settings(const Section *aSection)
Definition cl_Input_Settings.cpp:11
const Section * mSection
Definition cl_Input_Settings.hpp:19
Definition cl_Input_Section.cpp:20
USER GUIDES:
Definition cl_Capacitor.cpp:16