#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 第 105 行定义.
using carla::rpc::Response< void >::error_type = ResponseError |
在文件 Response.h 第 110 行定义.
using carla::rpc::Response< void >::value_type = void |
在文件 Response.h 第 108 行定义.
|
inline |
在文件 Response.h 第 116 行定义.
|
inline |
在文件 Response.h 第 118 行定义.
|
inlineprivate |
在文件 Response.h 第 144 行定义.
|
inline |
在文件 Response.h 第 129 行定义.
引用了 carla::rpc::Response< T >::_data, DEBUG_ASSERT , 以及 carla::rpc::Response< T >::HasError().
|
inline |
在文件 Response.h 第 120 行定义.
|
inline |
|
inline |
在文件 Response.h 第 125 行定义.
|
inlinestatic |
在文件 Response.h 第 112 行定义.
|
private |
在文件 Response.h 第 146 行定义.