Blue Brain BioExplorer
core::ActionInterface Member List

This is the complete list of members for core::ActionInterface, including all inherited members.

ParamFunc typedefcore::ActionInterfaceprotected
registerNotification(const RpcDescription &desc, const std::function< void()> &action)=0core::ActionInterfacepure virtual
registerNotification(const RpcParameterDescription &desc, const PropertyMap &input, const std::function< void(PropertyMap)> &action)=0core::ActionInterfacepure virtual
registerNotification(const std::string &name, const std::function< void()> &action)core::ActionInterfaceinline
registerNotification(const std::string &name, const std::function< void(Params)> &action)core::ActionInterfaceinline
registerRequest(const RpcParameterDescription &desc, const PropertyMap &input, const PropertyMap &output, const std::function< PropertyMap(PropertyMap)> &action)=0core::ActionInterfacepure virtual
registerRequest(const RpcDescription &desc, const PropertyMap &output, const std::function< PropertyMap()> &action)=0core::ActionInterfacepure virtual
registerRequest(const std::string &name, const std::function< RetVal(Params)> &action)core::ActionInterfaceinline
registerRequest(const std::string &name, const std::function< RetVal()> &action)core::ActionInterfaceinline
RetFunc typedefcore::ActionInterfaceprotected
RetParamFunc typedefcore::ActionInterfaceprotected
VoidFunc typedefcore::ActionInterfaceprotected
~ActionInterface()=defaultcore::ActionInterfacevirtual