TrinityCore
|
#include <common.h>
Public Types | |
typedef void(Class::* | MethodType )() |
Public Member Functions | |
MethodClosure0 (Class *object, MethodType method, bool self_deleting) | |
~MethodClosure0 () | |
void | Run () |
Public Member Functions inherited from google::protobuf::Closure | |
Closure () | |
virtual | ~Closure () |
Private Attributes | |
Class * | object_ |
MethodType | method_ |
bool | self_deleting_ |
typedef void(Class::* google::protobuf::internal::MethodClosure0< Class >::MethodType)() |
|
inline |
|
inline |
|
inlinevirtual |
Implements google::protobuf::Closure.
|
private |
|
private |
|
private |