webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
google::protobuf.internal::FunctionResultCallback_0_0< R > Class Template Reference

#include <callback.h>

Inheritance diagram for google::protobuf.internal::FunctionResultCallback_0_0< R >:
google::protobuf::ResultCallback< R >

Public Types

typedef R(* FunctionType) ()
 

Public Member Functions

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

Member Typedef Documentation

◆ FunctionType

template<typename R >
typedef R(* google::protobuf.internal::FunctionResultCallback_0_0< R >::FunctionType) ()

Constructor & Destructor Documentation

◆ FunctionResultCallback_0_0()

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

◆ ~FunctionResultCallback_0_0()

Member Function Documentation

◆ Run()

template<typename R >
R google::protobuf.internal::FunctionResultCallback_0_0< R >::Run ( )
inlinevirtual

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