Namespaces | |
| namespace | detail |
Functions | |
| template<class T > | |
| void | setScalarValue (T &value, const hit::Field &field) |
| Converts the given field node into a scalar of the given type. | |
| template<class T > | |
| void | setVectorValue (std::vector< T > &value, const hit::Field &field) |
| Converts the given field node into a vector of the given type. | |
| template<class T > | |
| void | setDoubleVectorValue (std::vector< std::vector< T > > &value, const hit::Field &field) |
| Converts the given field node into a vector-of-vectors of the given type. | |
| template<class T > | |
| void | setTripleVectorValue (std::vector< std::vector< std::vector< T > > > &value, const hit::Field &field) |
| Converts the given field node into a triple-indexed vector of the given type. | |
| template<class Key , class Value > | |
| void | setMapValue (std::map< Key, Value > &value, const hit::Field &field) |
| Converts the given field node into a map with the given types. | |
| template<> | |
| void | setScalarValue (bool &value, const hit::Field &field) |
| setScalarValue specialiation for bool | |
| template<> | |
| void | setScalarValue (bool &value, const hit::Field &field) |
| setScalarValue specialiation for bool | |
| void Moose::ParameterRegistration::setDoubleVectorValue | ( | std::vector< std::vector< T > > & | value, |
| const hit::Field & | field | ||
| ) |
Converts the given field node into a vector-of-vectors of the given type.
Definition at line 163 of file ParameterRegistration.h.
| void Moose::ParameterRegistration::setMapValue | ( | std::map< Key, Value > & | value, |
| const hit::Field & | field | ||
| ) |
Converts the given field node into a map with the given types.
Definition at line 247 of file ParameterRegistration.h.
| void Moose::ParameterRegistration::setScalarValue | ( | bool & | value, |
| const hit::Field & | field | ||
| ) |
setScalarValue specialiation for bool
Definition at line 24 of file ParameterRegistration.C.
| void Moose::ParameterRegistration::setScalarValue | ( | bool & | value, |
| const hit::Field & | field | ||
| ) |
setScalarValue specialiation for bool
Definition at line 24 of file ParameterRegistration.C.
| void Moose::ParameterRegistration::setScalarValue | ( | T & | value, |
| const hit::Field & | field | ||
| ) |
Converts the given field node into a scalar of the given type.
Definition at line 100 of file ParameterRegistration.h.
| void Moose::ParameterRegistration::setTripleVectorValue | ( | std::vector< std::vector< std::vector< T > > > & | value, |
| const hit::Field & | field | ||
| ) |
Converts the given field node into a triple-indexed vector of the given type.
Definition at line 188 of file ParameterRegistration.h.
| void Moose::ParameterRegistration::setVectorValue | ( | std::vector< T > & | value, |
| const hit::Field & | field | ||
| ) |
Converts the given field node into a vector of the given type.
Definition at line 117 of file ParameterRegistration.h.