![]() |
QMCPACK
|
Go to the source code of this file.
Classes | |
class | OhmmsParameter< T > |
class | OhmmsParameter< bool > |
A specialization of OhmmsParameter<T> for T = boolean. More... | |
Enumerations | |
enum | TagStatus { OPTIONAL, REQUIRED, DEPRECATED, DELETED, UNSUPPORTED } |
generic class for parameter xmlNode More... | |
Functions | |
void | checkTagStatus (const std::string &tagname, TagStatus status) |
|
strong |
generic class for parameter xmlNode
<parameter> node is used to generically add a named parameter whose value is the content of an xmlNode. The definition confirms docbook::parameter
Usage is:
<parameter name="aname" > value </parameter>
Example is:
<parameter name="temperature" > 200 </parameter>
Enumerator | |
---|---|
OPTIONAL | |
REQUIRED | |
DEPRECATED | |
DELETED | |
UNSUPPORTED |
Definition at line 48 of file OhmmsParameter.h.
|
inline |
Definition at line 57 of file OhmmsParameter.h.
References qmcplusplus::app_warning(), DELETED, DEPRECATED, and UNSUPPORTED.
Referenced by OhmmsParameter< T >::put(), and OhmmsParameter< bool >::put().