#include <channel_args.h>
Public Member Functions | |
void * | c_pointer () const |
const grpc_arg_pointer_vtable * | c_vtable () const |
bool | operator!= (const Pointer &rhs) const |
bool | operator< (const Pointer &rhs) const |
Pointer & | operator= (Pointer &&other) noexcept |
Pointer & | operator= (Pointer other) |
bool | operator== (const Pointer &rhs) const |
Pointer (const Pointer &other) | |
Pointer (Pointer &&other) noexcept | |
Pointer (void *p, const grpc_arg_pointer_vtable *vtable) | |
~Pointer () | |
Static Private Member Functions | |
static const grpc_arg_pointer_vtable * | EmptyVTable () |
Private Attributes | |
void * | p_ |
const grpc_arg_pointer_vtable * | vtable_ |
Definition at line 113 of file channel_args.h.
|
inline |
Definition at line 115 of file channel_args.h.
|
inline |
Definition at line 117 of file channel_args.h.
Definition at line 119 of file channel_args.h.
|
inlinenoexcept |
Definition at line 126 of file channel_args.h.
|
inline |
Definition at line 140 of file channel_args.h.
|
inline |
Definition at line 142 of file channel_args.h.
|
inlinestaticprivate |
Definition at line 145 of file channel_args.h.
Definition at line 138 of file channel_args.h.
Definition at line 63 of file channel_args.cc.
Definition at line 130 of file channel_args.h.
Definition at line 121 of file channel_args.h.
Definition at line 59 of file channel_args.cc.
|
private |
Definition at line 157 of file channel_args.h.
|
private |
Definition at line 158 of file channel_args.h.