| CppUnit project page | FAQ | CppUnit home page |
Inheritance diagram for TestCaseMethodFunctor:


Public Types | |
| typedef void(TestCase::*) | Method () |
Public Member Functions | |
| TestCaseMethodFunctor (TestCase *target, Method method) | |
| bool | operator() () const |
Private Attributes | |
| TestCase * | m_target |
| Method | m_method |
Implementation detail.
| typedef void(TestCase::*) TestCaseMethodFunctor::Method() |
| bool TestCaseMethodFunctor::operator() | ( | ) | const [inline, virtual] |
Implements Functor.
TestCase* TestCaseMethodFunctor::m_target [private] |
Method TestCaseMethodFunctor::m_method [private] |
|
|
hosts this site. |
Send comments to: CppUnit Developers |