|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include <parameter.hpp>

Classes | |
| struct | complainUnsupported |
Public Types | |
| enum | attributes { NAME , SYMBOL , UNITS , DESCRIPTION , FORMAT_STRING , TYPE , FIXED_VALUE } |
Public Member Functions | |
| bool | checkMandatories () const |
| bool | parse (const std::string &input, size_t &pos) |
Public Attributes | |
| unsigned int | order_m |
| std::optional< std::string > | name_m |
| std::optional< std::string > | units_m |
| std::optional< std::string > | description_m |
| std::optional< ast::datatype > | type_m |
| ast::variant_t | value_m |
Static Public Attributes | |
| static unsigned int | count_m |
Definition at line 30 of file parameter.hpp.
| Enumerator | |
|---|---|
| NAME | |
| SYMBOL | |
| UNITS | |
| DESCRIPTION | |
| FORMAT_STRING | |
| TYPE | |
| FIXED_VALUE | |
Definition at line 31 of file parameter.hpp.
|
inline |
Definition at line 41 of file parameter.hpp.
|
inline |
Definition at line 65 of file parameter.hpp.
References SDDS::ast::CHARACTER, SDDS::ast::DOUBLE, SDDS::ast::FLOAT, SDDS::parser::ValueParser::getPosition(), SDDS::ast::LONG, SDDS::parser::ValueParser::parseChar(), SDDS::parser::ValueParser::parseDouble(), SDDS::parser::ValueParser::parseFloat(), SDDS::parser::ValueParser::parseLong(), SDDS::parser::ValueParser::parseShort(), SDDS::parser::ValueParser::parseString(), SDDS::ast::SHORT, and SDDS::ast::STRING.

|
static |
Definition at line 39 of file parameter.hpp.
Referenced by SDDS::parameterOrder< Iterator >::operator()().
| std::optional<std::string> SDDS::parameter::description_m |
Definition at line 36 of file parameter.hpp.
Referenced by SDDS::operator<<(), and SDDS::parser::SimpleParser::parseParameter().
| std::optional<std::string> SDDS::parameter::name_m |
Definition at line 34 of file parameter.hpp.
Referenced by checkMandatories(), SDDS::operator<<(), and SDDS::parser::SimpleParser::parseParameter().
| unsigned int SDDS::parameter::order_m |
Definition at line 33 of file parameter.hpp.
Referenced by SDDS::parameterOrder< Iterator >::operator()(), and SDDS::operator<<().
| std::optional<ast::datatype> SDDS::parameter::type_m |
Definition at line 37 of file parameter.hpp.
Referenced by checkMandatories(), SDDS::operator<<(), and SDDS::parser::SimpleParser::parseParameter().
| std::optional<std::string> SDDS::parameter::units_m |
Definition at line 35 of file parameter.hpp.
Referenced by SDDS::operator<<(), and SDDS::parser::SimpleParser::parseParameter().
| ast::variant_t SDDS::parameter::value_m |
Definition at line 38 of file parameter.hpp.