命名空间 | |
| namespace | detail |
| 包含Boost.Asio库中的IP地址类定义。 包含Boost.Asio库中的TCP协议类定义。 | |
| namespace | low_level |
类 | |
| class | Client |
| class | Server |
| A streaming server. 更多... | |
| class | Token |
类型定义 | |
| using | Stream = detail::Stream< detail::MultiStreamState > |
| A stream represents an unidirectional channel for sending data from server to client. 更多... | |
| using | stream_token = detail::token_type |
函数 | |
| static auto | make_address (const std::string &address) |
| template<typename Protocol > | |
| static auto | make_endpoint (boost::asio::ip::basic_endpoint< Protocol > ep) |
| template<typename Protocol > | |
| static auto | make_endpoint (const char *address, uint16_t port) |
| template<typename Protocol > | |
| static auto | make_endpoint (const std::string &address, uint16_t port) |
| template<typename Protocol > | |
| static auto | make_endpoint (uint16_t port) |
| static auto | make_localhost_address () |
| using carla::streaming::Stream = typedef detail::Stream<detail::MultiStreamState> |
| using carla::streaming::stream_token = typedef detail::token_type |
在文件 streaming/Client.h 第 21 行定义.
|
inlinestatic |
|
inlinestatic |
在文件 EndPoint.h 第 102 行定义.
|
inlinestatic |
|
inlinestatic |
在文件 EndPoint.h 第 114 行定义.
|
inlinestatic |
在文件 EndPoint.h 第 120 行定义.
|
inlinestatic |
在文件 EndPoint.h 第 80 行定义.