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

#include <callback.h>

Inheritance diagram for google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >:
Inheritance graph
[legend]

Public Types

typedef void(* FunctionType) (Arg1 arg1, Arg2 arg2)
 

Public Member Functions

 FunctionClosure2 (FunctionType function, bool self_deleting, Arg1 arg1, Arg2 arg2)
 
void Run () override
 
 ~FunctionClosure2 ()
 
- Public Member Functions inherited from google::protobuf::Closure
 Closure ()
 
virtual ~Closure ()
 

Private Attributes

Arg1 arg1_
 
Arg2 arg2_
 
FunctionType function_
 
bool self_deleting_
 

Detailed Description

template<typename Arg1, typename Arg2>
class google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >

Definition at line 210 of file callback.h.

Member Typedef Documentation

◆ FunctionType

template<typename Arg1 , typename Arg2 >
typedef void(* google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::FunctionType) (Arg1 arg1, Arg2 arg2)

Definition at line 212 of file callback.h.

Constructor & Destructor Documentation

◆ FunctionClosure2()

template<typename Arg1 , typename Arg2 >
google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::FunctionClosure2 ( FunctionType  function,
bool  self_deleting,
Arg1  arg1,
Arg2  arg2 
)
inline

Definition at line 214 of file callback.h.

◆ ~FunctionClosure2()

template<typename Arg1 , typename Arg2 >
google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::~FunctionClosure2 ( )
inline

Definition at line 218 of file callback.h.

Member Function Documentation

◆ Run()

template<typename Arg1 , typename Arg2 >
void google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::Run ( )
inlineoverridevirtual

Implements google::protobuf::Closure.

Definition at line 220 of file callback.h.

Member Data Documentation

◆ arg1_

template<typename Arg1 , typename Arg2 >
Arg1 google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::arg1_
private

Definition at line 229 of file callback.h.

◆ arg2_

template<typename Arg1 , typename Arg2 >
Arg2 google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::arg2_
private

Definition at line 230 of file callback.h.

◆ function_

template<typename Arg1 , typename Arg2 >
FunctionType google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::function_
private

Definition at line 227 of file callback.h.

◆ self_deleting_

template<typename Arg1 , typename Arg2 >
bool google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::self_deleting_
private

Definition at line 228 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