CARLA
Public Member Functions | Private Attributes | List of all members
ServerBinder Class Reference
+ Collaboration diagram for ServerBinder:

Public Member Functions

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

Private Attributes

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

Detailed Description

Definition at line 174 of file CarlaServer.cpp.

Constructor & Destructor Documentation

◆ ServerBinder()

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

Definition at line 178 of file CarlaServer.cpp.

Member Function Documentation

◆ operator<<()

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

Definition at line 184 of file CarlaServer.cpp.

Member Data Documentation

◆ _name

const char* ServerBinder::_name
private

Definition at line 199 of file CarlaServer.cpp.

◆ _server

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

Definition at line 201 of file CarlaServer.cpp.

◆ _sync

bool ServerBinder::_sync
private

Definition at line 203 of file CarlaServer.cpp.


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