OsmAnd
|
#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 | ||
) |
void google::protobuf::internal::FunctionClosure0::Run | ( | ) | [virtual] |
Implements google::protobuf::Closure.