https://mooseframework.inl.gov
Namespaces | Functions
WebServerControlTypeRegistration.h File Reference

Go to the source code of this file.

Namespaces

 Moose::WebServerControlTypeRegistration
 Defines classes for registering values that can be parsed, communicated, and stored in the WebServerControl.
 

Functions

template<class T >
char Moose::WebServerControlTypeRegistration::registerType (const std::string type_name, std::function< T(const nlohmann::json &)> &&parse_function)
 Register a generic type to be controlled by the WebServerControl. More...
 
template<class T >
char Moose::WebServerControlTypeRegistration::registerScalarType (const std::string &type_name)
 Register a scalar type to be controlled by the WebServerControl. More...
 
template<class T >
char Moose::WebServerControlTypeRegistration::registerVectorType (const std::string &type_name)
 Register a vector type to be controlled by the WebServerControl. More...