#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 第 16 行定义.
|
inlineexplicit |
在文件 rpc/Client.h 第 20 行定义.
|
inline |
在文件 rpc/Client.h 第 37 行定义.
引用了 _client , 以及 carla::rpc::Metadata::MakeAsync().
被这些函数引用 carla::client::detail::Client::Pimpl::AsyncCall().
|
inline |
在文件 rpc/Client.h 第 32 行定义.
引用了 _client , 以及 carla::rpc::Metadata::MakeSync().
被这些函数引用 carla::client::detail::Client::Pimpl::RawCall().
|
inline |
在文件 rpc/Client.h 第 27 行定义.
引用了 _client.
被这些函数引用 carla::client::detail::Client::Pimpl::GetTimeout().
|
inline |
在文件 rpc/Client.h 第 23 行定义.
引用了 _client.
被这些函数引用 carla::client::detail::Client::Pimpl::Pimpl().
|
private |
在文件 rpc/Client.h 第 43 行定义.
被这些函数引用 async_call(), call(), get_timeout() , 以及 set_timeout().