#include <callback.h>
Public Types | |
typedef R(* | FunctionType) (Arg1 arg1) |
typedef R(* | FunctionType) (Arg1 arg1) |
Public Member Functions | |
FunctionResultCallback_0_1 (FunctionType function, bool self_deleting) | |
FunctionResultCallback_0_1 (FunctionType function, bool self_deleting) | |
R | Run (Arg1 a1) override |
R | Run (Arg1 a1) override |
~FunctionResultCallback_0_1 () | |
~FunctionResultCallback_0_1 () | |
![]() | |
ResultCallback1 () | |
ResultCallback1 () | |
virtual | ~ResultCallback1 () |
virtual | ~ResultCallback1 () |
Private Attributes | |
FunctionType | function_ |
bool | self_deleting_ |
Definition at line 303 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
typedef R(* google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::FunctionType) (Arg1 arg1) |
Definition at line 305 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
typedef R(* google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::FunctionType) (Arg1 arg1) |
Definition at line 305 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 307 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 309 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 307 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 309 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inlineoverridevirtual |
Implements google::protobuf::ResultCallback1< R, Arg1 >.
Definition at line 311 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inlineoverridevirtual |
Implements google::protobuf::ResultCallback1< R, Arg1 >.
Definition at line 311 of file protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 319 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 320 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.