https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Namespaces | Functions
ParameterRegistration.h File Reference

Go to the source code of this file.

Namespaces

namespace  Moose
 MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found.
 
namespace  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.
 
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.
 
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.
 
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.
 
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.
 
template<>
void Moose::ParameterRegistration::setScalarValue (bool &value, const hit::Field &field)
 setScalarValue specialiation for bool