CppUnit project page | FAQ | CppUnit home page |
#include <ProtectorChain.h>
Inheritance diagram for ProtectorChain:
Public Member Functions | |
~ProtectorChain () | |
void | push (Protector *protector) |
void | pop () |
int | count () const |
bool | protect (const Functor &functor, const ProtectorContext &context) |
Private Types | |
typedef CppUnitDeque< Protector * > | Protectors |
typedef CppUnitDeque< Functor * > | Functors |
Private Attributes | |
Protectors | m_protectors |
|
|
|
|
|
|
|
|
|
|
|
Implements Protector. |
|
|
|
|
hosts this site. |
Send comments to: CppUnit Developers |