Nui
Public Member Functions | List of all members
Nui::RpcClient::RemoteCallable Class Reference

#include <rpc_client.hpp>

Public Member Functions

template<typename... Args>
auto operator() (Args &&... args) const
 
auto operator() (Nui::val val) const
 
bool isValid () const
 
 operator bool () const
 
 RemoteCallable (std::string name)
 
 RemoteCallable (std::string name, std::string backChannel)
 

Constructor & Destructor Documentation

◆ RemoteCallable() [1/2]

Nui::RpcClient::RemoteCallable::RemoteCallable ( std::string  name)
inline

◆ RemoteCallable() [2/2]

Nui::RpcClient::RemoteCallable::RemoteCallable ( std::string  name,
std::string  backChannel 
)
inline

Member Function Documentation

◆ isValid()

bool Nui::RpcClient::RemoteCallable::isValid ( ) const
inline

◆ operator bool()

Nui::RpcClient::RemoteCallable::operator bool ( ) const
inlineexplicit

◆ operator()() [1/2]

template<typename... Args>
auto Nui::RpcClient::RemoteCallable::operator() ( Args &&...  args) const
inline

◆ operator()() [2/2]

auto Nui::RpcClient::RemoteCallable::operator() ( Nui::val  val) const
inline

The documentation for this class was generated from the following file: