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

#include <common.h>

Inheritance diagram for google::protobuf::internal::MethodClosure1< Class, Arg1 >:
Inheritance graph
[legend]
Collaboration diagram for google::protobuf::internal::MethodClosure1< Class, Arg1 >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef void(Class::* MethodType )(Arg1 arg1)

Public Member Functions

 MethodClosure1 (Class *object, MethodType method, bool self_deleting, Arg1 arg1)
 ~MethodClosure1 ()
void Run ()

template<typename Class, typename Arg1>
class google::protobuf::internal::MethodClosure1< Class, Arg1 >


Member Typedef Documentation

template<typename Class, typename Arg1>
typedef void(Class::* google::protobuf::internal::MethodClosure1< Class, Arg1 >::MethodType)(Arg1 arg1)

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename Class, typename Arg1>
void google::protobuf::internal::MethodClosure1< Class, Arg1 >::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