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

#include <common.h>

Inheritance diagram for google::protobuf::internal::FunctionClosure2< Arg1, Arg2 >:
Inheritance graph
[legend]
Collaboration diagram for google::protobuf::internal::FunctionClosure2< Arg1, Arg2 >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef void(* FunctionType )(Arg1 arg1, Arg2 arg2)

Public Member Functions

 FunctionClosure2 (FunctionType function, bool self_deleting, Arg1 arg1, Arg2 arg2)
 ~FunctionClosure2 ()
void Run ()

template<typename Arg1, typename Arg2>
class google::protobuf::internal::FunctionClosure2< Arg1, Arg2 >


Member Typedef Documentation

template<typename Arg1, typename Arg2>
typedef void(* google::protobuf::internal::FunctionClosure2< Arg1, Arg2 >::FunctionType)(Arg1 arg1, Arg2 arg2)

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename Arg1, typename Arg2>
void google::protobuf::internal::FunctionClosure2< Arg1, Arg2 >::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