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

#include <callback.h>

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

Public Types

typedef R(* FunctionType) (Arg1 arg1)
 
typedef R(* FunctionType) (Arg1 arg1)
 

Public Member Functions

 FunctionResultCallback_0_1 (FunctionType function, bool self_deleting)
 
 FunctionResultCallback_0_1 (FunctionType function, bool self_deleting)
 
Run (Arg1 a1) override
 
Run (Arg1 a1) override
 
 ~FunctionResultCallback_0_1 ()
 
 ~FunctionResultCallback_0_1 ()
 
- Public Member Functions inherited from google::protobuf::ResultCallback1< R, Arg1 >
 ResultCallback1 ()
 
 ResultCallback1 ()
 
virtual ~ResultCallback1 ()
 
virtual ~ResultCallback1 ()
 

Private Attributes

FunctionType function_
 
bool self_deleting_
 

Detailed Description

template<typename R, typename Arg1>
class google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >

Definition at line 303 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.

Member Typedef Documentation

◆ FunctionType [1/2]

template<typename R , typename Arg1 >
typedef R(* google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::FunctionType) (Arg1 arg1)

◆ FunctionType [2/2]

template<typename R , typename Arg1 >
typedef R(* google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::FunctionType) (Arg1 arg1)

Constructor & Destructor Documentation

◆ FunctionResultCallback_0_1() [1/2]

template<typename R , typename Arg1 >
google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::FunctionResultCallback_0_1 ( FunctionType  function,
bool  self_deleting 
)
inline

◆ ~FunctionResultCallback_0_1() [1/2]

template<typename R , typename Arg1 >
google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::~FunctionResultCallback_0_1 ( )
inline

◆ FunctionResultCallback_0_1() [2/2]

template<typename R , typename Arg1 >
google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::FunctionResultCallback_0_1 ( FunctionType  function,
bool  self_deleting 
)
inline

◆ ~FunctionResultCallback_0_1() [2/2]

template<typename R , typename Arg1 >
google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::~FunctionResultCallback_0_1 ( )
inline

Member Function Documentation

◆ Run() [1/2]

template<typename R , typename Arg1 >
R google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::Run ( Arg1  a1)
inlineoverridevirtual

◆ Run() [2/2]

template<typename R , typename Arg1 >
R google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::Run ( Arg1  a1)
inlineoverridevirtual

Member Data Documentation

◆ function_

template<typename R , typename Arg1 >
FunctionType google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::function_
private

◆ self_deleting_

template<typename R , typename Arg1 >
bool google::protobuf.internal::FunctionResultCallback_0_1< R, Arg1 >::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:25