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