Public Types | Public Member Functions | Private Attributes | List of all members
google::protobuf.internal::FunctionClosure0 Class Reference

#include <callback.h>

Inheritance diagram for google::protobuf.internal::FunctionClosure0:
Inheritance graph
[legend]

Public Types

typedef void(* FunctionType) ()
 

Public Member Functions

 FunctionClosure0 (FunctionType function, bool self_deleting)
 
void Run () override
 
 ~FunctionClosure0 ()
 
- Public Member Functions inherited from google::protobuf::Closure
 Closure ()
 
virtual ~Closure ()
 

Private Attributes

FunctionType function_
 
bool self_deleting_
 

Detailed Description

Definition at line 122 of file callback.h.

Member Typedef Documentation

◆ FunctionType

typedef void(* google::protobuf.internal::FunctionClosure0::FunctionType) ()

Definition at line 124 of file callback.h.

Constructor & Destructor Documentation

◆ FunctionClosure0()

google::protobuf.internal::FunctionClosure0::FunctionClosure0 ( FunctionType  function,
bool  self_deleting 
)
inline

Definition at line 126 of file callback.h.

◆ ~FunctionClosure0()

google::protobuf.internal::FunctionClosure0::~FunctionClosure0 ( )

Definition at line 297 of file common.cc.

Member Function Documentation

◆ Run()

void google::protobuf.internal::FunctionClosure0::Run ( )
inlineoverridevirtual

Implements google::protobuf::Closure.

Definition at line 130 of file callback.h.

Member Data Documentation

◆ function_

FunctionType google::protobuf.internal::FunctionClosure0::function_
private

Definition at line 137 of file callback.h.

◆ self_deleting_

bool google::protobuf.internal::FunctionClosure0::self_deleting_
private

Definition at line 138 of file callback.h.


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


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