Public Types | Public Member Functions | Private Attributes | List of all members
google::protobuf.internal::MethodClosure0< Class > Class Template Reference

#include <callback.h>

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

Public Types

typedef void(Class::* MethodType) ()
 

Public Member Functions

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

Private Attributes

MethodType method_
 
Class * object_
 
bool self_deleting_
 

Detailed Description

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

Definition at line 142 of file callback.h.

Member Typedef Documentation

◆ MethodType

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

Definition at line 144 of file callback.h.

Constructor & Destructor Documentation

◆ MethodClosure0()

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

Definition at line 146 of file callback.h.

◆ ~MethodClosure0()

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

Definition at line 148 of file callback.h.

Member Function Documentation

◆ Run()

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

Implements google::protobuf::Closure.

Definition at line 150 of file callback.h.

Member Data Documentation

◆ method_

template<typename Class >
MethodType google::protobuf.internal::MethodClosure0< Class >::method_
private

Definition at line 158 of file callback.h.

◆ object_

template<typename Class >
Class* google::protobuf.internal::MethodClosure0< Class >::object_
private

Definition at line 157 of file callback.h.

◆ self_deleting_

template<typename Class >
bool google::protobuf.internal::MethodClosure0< Class >::self_deleting_
private

Definition at line 159 of file callback.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:09