#include <Client.h>
Public 成员函数 | |
template<typename... Args> | |
void | async_call (const std::string &function, Args &&... args) |
template<typename... Args> | |
auto | call (const std::string &function, Args &&... args) |
template<typename... Args> | |
Client (Args &&... args) | |
auto | get_timeout () const |
void | set_timeout (int64_t value) |
Private 属性 | |
::rpc::client | _client |
在文件 rpc/Client.h 第 29 行定义.
|
inlineexplicit |
在文件 rpc/Client.h 第 36 行定义.
|
inline |
在文件 rpc/Client.h 第 69 行定义.
引用了 _client , 以及 carla::rpc::Metadata::MakeAsync().
被这些函数引用 carla::client::detail::Client::Pimpl::AsyncCall().
|
inline |
在文件 rpc/Client.h 第 60 行定义.
引用了 _client , 以及 carla::rpc::Metadata::MakeSync().
被这些函数引用 carla::client::detail::Client::Pimpl::RawCall().
|
inline |
在文件 rpc/Client.h 第 49 行定义.
引用了 _client.
被这些函数引用 carla::client::detail::Client::Pimpl::GetTimeout().
|
inline |
在文件 rpc/Client.h 第 42 行定义.
引用了 _client.
被这些函数引用 carla::client::detail::Client::Pimpl::Pimpl().
|
private |
在文件 rpc/Client.h 第 77 行定义.
被这些函数引用 async_call(), call(), get_timeout() , 以及 set_timeout().