Utils::Callable< R(P1, P2, P3)>::NullCallableImpl Struct Reference

Inherits CallableImpl.

Inheritance diagram for Utils::Callable< R(P1, P2, P3)>::NullCallableImpl:

Inheritance graph
[legend]
Collaboration diagram for Utils::Callable< R(P1, P2, P3)>::NullCallableImpl:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename R, typename P1, typename P2, typename P3>
struct Utils::Callable< R(P1, P2, P3)>::NullCallableImpl

Definition at line 457 of file Callable.h.

Public Member Functions

 NullCallableImpl ()
 ~NullCallableImpl ()
auto_ptr< CallableImplcopy () const
bool isEqualTo (const CallableImpl &)
doCall (P1 a1, P2 a2, P3 a3)


Constructor & Destructor Documentation

template<typename R, typename P1, typename P2, typename P3>
Utils::Callable< R(P1, P2, P3)>::NullCallableImpl::NullCallableImpl  )  [inline]
 

Definition at line 459 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3>
Utils::Callable< R(P1, P2, P3)>::NullCallableImpl::~NullCallableImpl  )  [inline]
 

Definition at line 460 of file Callable.h.


Member Function Documentation

template<typename R, typename P1, typename P2, typename P3>
auto_ptr<CallableImpl> Utils::Callable< R(P1, P2, P3)>::NullCallableImpl::copy  )  const [inline]
 

Definition at line 462 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3>
R Utils::Callable< R(P1, P2, P3)>::NullCallableImpl::doCall P1  a1,
P2  a2,
P3  a3
[inline]
 

Definition at line 466 of file Callable.h.

template<typename R, typename P1, typename P2, typename P3>
bool Utils::Callable< R(P1, P2, P3)>::NullCallableImpl::isEqualTo const CallableImpl  )  [inline]
 

Definition at line 465 of file Callable.h.


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