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) ()
 
typedef void(Class::* MethodType) ()
 

Public Member Functions

 MethodClosure0 (Class *object, MethodType method, bool self_deleting)
 
 MethodClosure0 (Class *object, MethodType method, bool self_deleting)
 
void Run () override
 
void Run () override
 
 ~MethodClosure0 ()
 
 ~MethodClosure0 ()
 
- Public Member Functions inherited from google::protobuf::Closure
 Closure ()
 
 Closure ()
 
virtual ~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 bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.

Member Typedef Documentation

◆ MethodType [1/2]

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

◆ MethodType [2/2]

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

Constructor & Destructor Documentation

◆ MethodClosure0() [1/2]

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

◆ ~MethodClosure0() [1/2]

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

◆ MethodClosure0() [2/2]

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

◆ ~MethodClosure0() [2/2]

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

Member Function Documentation

◆ Run() [1/2]

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

◆ Run() [2/2]

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

Member Data Documentation

◆ method_

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

◆ object_

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

◆ self_deleting_

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

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:26