webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Types | Public Member Functions | List of all members
google::protobuf.internal::FunctionClosure1< Arg1 > Class Template Reference

#include <callback.h>

Inheritance diagram for google::protobuf.internal::FunctionClosure1< Arg1 >:
google::protobuf::Closure

Public Types

typedef void(* FunctionType) (Arg1 arg1)
 

Public Member Functions

 FunctionClosure1 (FunctionType function, bool self_deleting, Arg1 arg1)
 
 ~FunctionClosure1 ()
 
void Run ()
 
- Public Member Functions inherited from google::protobuf::Closure
 Closure ()
 
virtual ~Closure ()
 

Member Typedef Documentation

◆ FunctionType

template<typename Arg1 >
typedef void(* google::protobuf.internal::FunctionClosure1< Arg1 >::FunctionType) (Arg1 arg1)

Constructor & Destructor Documentation

◆ FunctionClosure1()

template<typename Arg1 >
google::protobuf.internal::FunctionClosure1< Arg1 >::FunctionClosure1 ( FunctionType  function,
bool  self_deleting,
Arg1  arg1 
)
inline

◆ ~FunctionClosure1()

template<typename Arg1 >
google::protobuf.internal::FunctionClosure1< Arg1 >::~FunctionClosure1 ( )
inline

Member Function Documentation

◆ Run()

template<typename Arg1 >
void google::protobuf.internal::FunctionClosure1< Arg1 >::Run ( )
inlinevirtual

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