CppUnit project page FAQ

Public Member Functions | Private Attributes
ProtectorChain::ProtectFunctor Class Reference
Inheritance diagram for ProtectorChain::ProtectFunctor:
Inheritance graph
[legend]
Collaboration diagram for ProtectorChain::ProtectFunctor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ProtectFunctor (Protector *protector, const Functor &functor, const ProtectorContext &context)
bool operator() () const
- Public Member Functions inherited from Functor
virtual ~Functor ()

Private Attributes

Protectorm_protector
const Functorm_functor
const ProtectorContextm_context

Constructor & Destructor Documentation

ProtectorChain::ProtectFunctor::ProtectFunctor ( Protector protector,
const Functor functor,
const ProtectorContext context 
)
inline

Member Function Documentation

bool ProtectorChain::ProtectFunctor::operator() ( ) const
inlinevirtual

Implements Functor.


Member Data Documentation

const ProtectorContext& ProtectorChain::ProtectFunctor::m_context
private
const Functor& ProtectorChain::ProtectFunctor::m_functor
private
Protector* ProtectorChain::ProtectFunctor::m_protector
private

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

Send comments to:
CppUnit Developers