BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
google::protobuf::internal::FunctionClosure1< Arg1 > Class Template Reference

#include <common.h>

Inheritance diagram for google::protobuf::internal::FunctionClosure1< Arg1 >:
Inheritance graph
[legend]
Collaboration diagram for google::protobuf::internal::FunctionClosure1< Arg1 >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef void(* FunctionType )(Arg1 arg1)

Public Member Functions

 FunctionClosure1 (FunctionType function, bool self_deleting, Arg1 arg1)
 ~FunctionClosure1 ()
void Run ()

template<typename Arg1>
class google::protobuf::internal::FunctionClosure1< Arg1 >


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename Arg1 >
void google::protobuf::internal::FunctionClosure1< Arg1 >::Run ( ) [inline, virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines