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

#include <callback.h>

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

Public Types

typedef R(* FunctionType) (P1)
 
typedef R(* FunctionType) (P1)
 

Public Member Functions

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

Private Attributes

FunctionType function_
 
P1 p1_
 
bool self_deleting_
 

Detailed Description

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

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

Member Typedef Documentation

◆ FunctionType [1/2]

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

◆ FunctionType [2/2]

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

Constructor & Destructor Documentation

◆ FunctionResultCallback_1_0() [1/2]

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

◆ ~FunctionResultCallback_1_0() [1/2]

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

◆ FunctionResultCallback_1_0() [2/2]

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

◆ ~FunctionResultCallback_1_0() [2/2]

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

Member Function Documentation

◆ Run() [1/2]

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

◆ Run() [2/2]

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

Member Data Documentation

◆ function_

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

◆ p1_

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

◆ self_deleting_

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