webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | 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 >:
google::protobuf::ResultCallback< R >

Public Types

typedef R(* FunctionType) (P1)
 

Public Member Functions

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

Member Typedef Documentation

◆ FunctionType

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

Constructor & Destructor Documentation

◆ FunctionResultCallback_1_0()

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()

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

Member Function Documentation

◆ Run()

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

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