|
BWAPI
|
#include <common.h>


Public Types | |
| typedef void(Class::* | MethodType )() |
Public Member Functions | |
| MethodClosure0 (Class *object, MethodType method, bool self_deleting) | |
| ~MethodClosure0 () | |
| void | Run () |
| typedef void(Class::* google::protobuf::internal::MethodClosure0< Class >::MethodType)() |
| google::protobuf::internal::MethodClosure0< Class >::MethodClosure0 | ( | Class * | object, |
| MethodType | method, | ||
| bool | self_deleting | ||
| ) | [inline] |
| google::protobuf::internal::MethodClosure0< Class >::~MethodClosure0 | ( | ) | [inline] |
| void google::protobuf::internal::MethodClosure0< Class >::Run | ( | ) | [inline, virtual] |
Implements google::protobuf::Closure.
1.7.6.1