BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
google::protobuf::internal::MethodClosure0< Class > Class Template Reference

#include <common.h>

Inheritance diagram for google::protobuf::internal::MethodClosure0< Class >:
Inheritance graph
[legend]
Collaboration diagram for google::protobuf::internal::MethodClosure0< Class >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef void(Class::* MethodType )()

Public Member Functions

 MethodClosure0 (Class *object, MethodType method, bool self_deleting)
 ~MethodClosure0 ()
void Run ()

template<typename Class>
class google::protobuf::internal::MethodClosure0< Class >


Member Typedef Documentation

template<typename Class>
typedef void(Class::* google::protobuf::internal::MethodClosure0< Class >::MethodType)()

Constructor & Destructor Documentation

template<typename Class>
google::protobuf::internal::MethodClosure0< Class >::MethodClosure0 ( Class *  object,
MethodType  method,
bool  self_deleting 
) [inline]
template<typename Class>
google::protobuf::internal::MethodClosure0< Class >::~MethodClosure0 ( ) [inline]

Member Function Documentation

template<typename Class>
void google::protobuf::internal::MethodClosure0< Class >::Run ( ) [inline, virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines