#include <Response.h>
类 | |
struct | success_flag |
Public 类型 | |
using | error_type = ResponseError |
using | value_type = void |
Public 成员函数 | |
const error_type & | GetError () const |
bool | HasError () const |
operator bool () const | |
Response () | |
Response (ResponseError error) | |
template<typename... Ts> | |
void | SetError (Ts &&... args) |
静态 Public 成员函数 | |
static Response | Success () |
Private 成员函数 | |
Response (success_flag) | |
Private 属性 | |
boost::optional< error_type > | _data |
在文件 Response.h 第 104 行定义.
using carla::rpc::Response< void >::error_type = ResponseError |
在文件 Response.h 第 109 行定义.
using carla::rpc::Response< void >::value_type = void |
在文件 Response.h 第 107 行定义.
|
inline |
在文件 Response.h 第 115 行定义.
|
inline |
在文件 Response.h 第 117 行定义.
|
inlineprivate |
在文件 Response.h 第 143 行定义.
|
inline |
在文件 Response.h 第 128 行定义.
引用了 carla::rpc::Response< T >::_data, DEBUG_ASSERT , 以及 carla::rpc::Response< T >::HasError().
|
inline |
在文件 Response.h 第 119 行定义.
|
inline |
|
inline |
在文件 Response.h 第 124 行定义.
|
inlinestatic |
在文件 Response.h 第 111 行定义.
|
private |
在文件 Response.h 第 145 行定义.