|
BWAPI
|
#include <common.h>


Public Types | |
| typedef void(* | FunctionType )(Arg1 arg1) |
Public Member Functions | |
| FunctionClosure1 (FunctionType function, bool self_deleting, Arg1 arg1) | |
| ~FunctionClosure1 () | |
| void | Run () |
| typedef void(* google::protobuf::internal::FunctionClosure1< Arg1 >::FunctionType)(Arg1 arg1) |
| google::protobuf::internal::FunctionClosure1< Arg1 >::FunctionClosure1 | ( | FunctionType | function, |
| bool | self_deleting, | ||
| Arg1 | arg1 | ||
| ) | [inline] |
| google::protobuf::internal::FunctionClosure1< Arg1 >::~FunctionClosure1 | ( | ) | [inline] |
| void google::protobuf::internal::FunctionClosure1< Arg1 >::Run | ( | ) | [inline, virtual] |
Implements google::protobuf::Closure.
1.7.6.1