CppUnit project page | FAQ |
Public Member Functions | |
ProtectFunctor (Protector *protector, const Functor &functor, const ProtectorContext &context) | |
bool | operator() () const |
Private Member Functions | |
ProtectFunctor (const ProtectFunctor &) | |
ProtectFunctor & | operator= (const ProtectFunctor &) |
Private Attributes | |
Protector * | m_protector |
const Functor & | m_functor |
const ProtectorContext & | m_context |
ProtectorChain::ProtectFunctor::ProtectFunctor | ( | Protector * | protector, | |
const Functor & | functor, | |||
const ProtectorContext & | context | |||
) | [inline] |
ProtectorChain::ProtectFunctor::ProtectFunctor | ( | const ProtectFunctor & | ) | [private] |
bool ProtectorChain::ProtectFunctor::operator() | ( | ) | const [inline, virtual] |
Implements Functor.
ProtectFunctor& ProtectorChain::ProtectFunctor::operator= | ( | const ProtectFunctor & | ) | [private] |
const ProtectorContext& ProtectorChain::ProtectFunctor::m_context [private] |
const Functor& ProtectorChain::ProtectFunctor::m_functor [private] |
Send comments to: CppUnit Developers |