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

Public Types

typedef R(* FunctionType) (Arg1 arg1)
 

Public Member Functions

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

Member Typedef Documentation

◆ FunctionType

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

Constructor & Destructor Documentation

◆ FunctionResultCallback_0_1()

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

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

Member Function Documentation

◆ Run()

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

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