Go to the source code of this file.
Functions | |
| registerMooseObject ("MooseApp", WebServerControl) | |
| template void | WebServerControl::addServerAction< WebServerControl::RequestMethod::GET > (const std::string &, std::function< WebServerControl::Response(const WebServerControl::Request &, WebServerControl &)> &&, const WebServerControl::ServerActionOptions &) |
| Explicitly instantiate the addServerAction method for the valid request types. More... | |
| template void | WebServerControl::addServerAction< WebServerControl::RequestMethod::POST > (const std::string &, std::function< WebServerControl::Response(const WebServerControl::Request &, WebServerControl &)> &&, const WebServerControl::ServerActionOptions &options) |
| registerMooseObject | ( | "MooseApp" | , |
| WebServerControl | |||
| ) |
| template void WebServerControl::addServerAction< WebServerControl::RequestMethod::GET > | ( | const std::string & | , |
| std::function< WebServerControl::Response(const WebServerControl::Request &, WebServerControl &)> && | , | ||
| const WebServerControl::ServerActionOptions & | |||
| ) |
Explicitly instantiate the addServerAction method for the valid request types.
| template void WebServerControl::addServerAction< WebServerControl::RequestMethod::POST > | ( | const std::string & | , |
| std::function< WebServerControl::Response(const WebServerControl::Request &, WebServerControl &)> && | , | ||
| const WebServerControl::ServerActionOptions & | options | ||
| ) |
1.8.14