webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
google::protobuf.internal::MethodClosure0< Class > Class Template Reference

#include <callback.h>

Inheritance diagram for google::protobuf.internal::MethodClosure0< Class >:
google::protobuf::Closure

Public Types

typedef void(Class::* MethodType) ()
 

Public Member Functions

 MethodClosure0 (Class *object, MethodType method, bool self_deleting)
 
 ~MethodClosure0 ()
 
void Run ()
 
- Public Member Functions inherited from google::protobuf::Closure
 Closure ()
 
virtual ~Closure ()
 

Member Typedef Documentation

◆ MethodType

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

Constructor & Destructor Documentation

◆ MethodClosure0()

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

◆ ~MethodClosure0()

template<typename Class>
google::protobuf.internal::MethodClosure0< Class >::~MethodClosure0 ( )
inline

Member Function Documentation

◆ Run()

template<typename Class>
void google::protobuf.internal::MethodClosure0< Class >::Run ( )
inlinevirtual

The documentation for this class was generated from the following file: