TrinityCore
|
#include <common.h>
Public Types | |
typedef void(* | FunctionType )(Arg1 arg1) |
Public Member Functions | |
FunctionClosure1 (FunctionType function, bool self_deleting, Arg1 arg1) | |
~FunctionClosure1 () | |
void | Run () |
Public Member Functions inherited from google::protobuf::Closure | |
Closure () | |
virtual | ~Closure () |
Private Attributes | |
FunctionType | function_ |
bool | self_deleting_ |
Arg1 | arg1_ |
typedef void(* google::protobuf::internal::FunctionClosure1< Arg1 >::FunctionType)(Arg1 arg1) |
|
inline |
|
inline |
|
inlinevirtual |
Implements google::protobuf::Closure.
|
private |
|
private |
|
private |