![]() |
QMCPACK
|
Generic input section delegating some inputs to other input classes. More...
Collaboration diagram for DelegatingInput:Classes | |
| class | DelegatingInputSection |
Public Member Functions | |
| DelegatingInput (xmlNodePtr cur) | |
| bool | has (const std::string &name) const |
| template<typename T > | |
| T | get (const std::string &name) const |
Private Attributes | |
| std::string | name_ = "DelegatingInput" |
| DelegatingInputSection | dins_ |
Generic input section delegating some inputs to other input classes.
an example would be EnergyDensityInput
Definition at line 561 of file test_InputSection.cpp.
|
inline |
Definition at line 580 of file test_InputSection.cpp.
|
inline |
Definition at line 585 of file test_InputSection.cpp.
Referenced by qmcplusplus::TEST_CASE().
|
inline |
Definition at line 583 of file test_InputSection.cpp.
Referenced by qmcplusplus::TEST_CASE().
|
private |
Definition at line 592 of file test_InputSection.cpp.
|
private |
Definition at line 591 of file test_InputSection.cpp.