Go to the source code of this file.
Namespaces | |
Moose::ParameterRegistration | |
Functions | |
template<class T > | |
void | Moose::ParameterRegistration::setScalarValue (T &value, const hit::Field &field) |
Converts the given field node into a scalar of the given type. More... | |
template<class T > | |
void | Moose::ParameterRegistration::setVectorValue (std::vector< T > &value, const hit::Field &field) |
Converts the given field node into a vector of the given type. More... | |
template<class T > | |
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. More... | |
template<class T > | |
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. More... | |
template<class Key , class Value > | |
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. More... | |
template<> | |
void | Moose::ParameterRegistration::setScalarValue (bool &value, const hit::Field &field) |
setScalarValue specialiation for bool More... | |