CppUnit project page FAQ

ProtectorContext Class Reference

Protector context (Implementation). Implementation detail. More...

#include <ProtectorContext.h>

Collaboration diagram for ProtectorContext:
[legend]

List of all members.

Public Member Functions

 ProtectorContext (Test *test, TestResult *result, const std::string &shortDescription)

Public Attributes

Testm_test
TestResultm_result
std::string m_shortDescription

Private Member Functions

 ProtectorContext (const ProtectorContext &)
 disable copy construction
ProtectorContextoperator= (const ProtectorContext &)
 disable assignment

Detailed Description

Protector context (Implementation). Implementation detail.


Constructor & Destructor Documentation

ProtectorContext::ProtectorContext ( Test test,
TestResult result,
const std::string &  shortDescription 
) [inline]
ProtectorContext::ProtectorContext ( const ProtectorContext  )  [private]

disable copy construction


Member Function Documentation

ProtectorContext& ProtectorContext::operator= ( const ProtectorContext  )  [private]

disable assignment


Member Data Documentation


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

Send comments to:
CppUnit Developers