CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
ServerBinder类 参考
+ ServerBinder 的协作图:

Public 成员函数

template<typename FuncT >
auto operator<< (FuncT func)
 
constexpr ServerBinder (const char *name, carla::rpc::Server &srv, bool sync)
 

Private 属性

const char * _name
 
carla::rpc::Server_server
 
bool _sync
 

详细描述

在文件 CarlaServer.cpp181 行定义.

构造及析构函数说明

◆ ServerBinder()

constexpr ServerBinder::ServerBinder ( const char * name,
carla::rpc::Server & srv,
bool sync )
inlineconstexpr

在文件 CarlaServer.cpp185 行定义.

成员函数说明

◆ operator<<()

template<typename FuncT >
auto ServerBinder::operator<< ( FuncT func)
inline

在文件 CarlaServer.cpp191 行定义.

引用了 _name, _server, _sync, carla::rpc::Server::BindAsync() , 以及 carla::rpc::Server::BindSync().

+ 函数调用图:

类成员变量说明

◆ _name

const char* ServerBinder::_name
private

在文件 CarlaServer.cpp206 行定义.

被这些函数引用 operator<<().

◆ _server

carla::rpc::Server& ServerBinder::_server
private

在文件 CarlaServer.cpp208 行定义.

被这些函数引用 operator<<().

◆ _sync

bool ServerBinder::_sync
private

在文件 CarlaServer.cpp210 行定义.

被这些函数引用 operator<<().


该类的文档由以下文件生成: