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

Inherits CallableImpl.

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

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 184 of file Callable.h.

Public Member Functions

 NullCallableImpl ()
 ~NullCallableImpl ()
auto_ptr< CallableImplcopy () const
bool isEqualTo (const CallableImpl &)
doCall (P1 a1)


Constructor & Destructor Documentation

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

Definition at line 186 of file Callable.h.

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

Definition at line 187 of file Callable.h.


Member Function Documentation

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

Definition at line 189 of file Callable.h.

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

Definition at line 193 of file Callable.h.

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

Definition at line 192 of file Callable.h.


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