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

#include <callback.h>

Inheritance diagram for google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >:
Inheritance graph
[legend]

Public Types

typedef R(* FunctionType) (P1, A1)
 
typedef R(* FunctionType) (P1, A1)
 

Public Member Functions

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

Private Attributes

FunctionType function_
 
P1 p1_
 
bool self_deleting_
 

Detailed Description

template<typename R, typename P1, typename A1>
class google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >

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

Member Typedef Documentation

◆ FunctionType [1/2]

template<typename R , typename P1 , typename A1 >
typedef R(* google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::FunctionType) (P1, A1)

◆ FunctionType [2/2]

template<typename R , typename P1 , typename A1 >
typedef R(* google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::FunctionType) (P1, A1)

Constructor & Destructor Documentation

◆ FunctionResultCallback_1_1() [1/2]

template<typename R , typename P1 , typename A1 >
google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::FunctionResultCallback_1_1 ( FunctionType  function,
bool  self_deleting,
P1  p1 
)
inline

◆ ~FunctionResultCallback_1_1() [1/2]

template<typename R , typename P1 , typename A1 >
google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::~FunctionResultCallback_1_1 ( )
inline

◆ FunctionResultCallback_1_1() [2/2]

template<typename R , typename P1 , typename A1 >
google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::FunctionResultCallback_1_1 ( FunctionType  function,
bool  self_deleting,
P1  p1 
)
inline

◆ ~FunctionResultCallback_1_1() [2/2]

template<typename R , typename P1 , typename A1 >
google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::~FunctionResultCallback_1_1 ( )
inline

Member Function Documentation

◆ Run() [1/2]

template<typename R , typename P1 , typename A1 >
R google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::Run ( A1  a1)
inlineoverridevirtual

◆ Run() [2/2]

template<typename R , typename P1 , typename A1 >
R google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::Run ( A1  a1)
inlineoverridevirtual

Member Data Documentation

◆ function_

template<typename R , typename P1 , typename A1 >
FunctionType google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::function_
private

◆ p1_

template<typename R , typename P1 , typename A1 >
P1 google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::p1_
private

◆ self_deleting_

template<typename R , typename P1 , typename A1 >
bool google::protobuf.internal::FunctionResultCallback_1_1< R, P1, A1 >::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