BWAPI
|
#include <common.h>
Public Types | |
typedef void(* | FunctionType )() |
Public Member Functions | |
FunctionClosure0 (FunctionType function, bool self_deleting) | |
~FunctionClosure0 () | |
void | Run () |
typedef void(* google::protobuf::internal::FunctionClosure0::FunctionType)() |
google::protobuf::internal::FunctionClosure0::FunctionClosure0 | ( | FunctionType | function, |
bool | self_deleting | ||
) | [inline] |
void google::protobuf::internal::FunctionClosure0::Run | ( | ) | [inline, virtual] |
Implements google::protobuf::Closure.