Inheritance diagram for NoCount:
 Collaboration diagram for NoCount:Public Member Functions | |
| NoCount (PtrTestCase *test) | |
| ~NoCount () | |
| void | Nothing (void) const | 
  Public Member Functions inherited from PtrTestBase | |
| PtrTestBase () | |
| virtual | ~PtrTestBase () | 
| void | Ref (void) const | 
| void | Unref (void) const | 
Private Attributes | |
| PtrTestCase * | m_test | 
Definition at line 39 of file ptr-test-suite.cc.
| NoCount::NoCount | ( | PtrTestCase * | test | ) | 
Definition at line 85 of file ptr-test-suite.cc.
| NoCount::~NoCount | ( | ) | 
Definition at line 89 of file ptr-test-suite.cc.
References PtrTestCase::DestroyNotify(), and m_test.
 Here is the call graph for this function:| void NoCount::Nothing | ( | void | ) | const | 
Definition at line 94 of file ptr-test-suite.cc.
Referenced by PtrTestCase::DoRun().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 46 of file ptr-test-suite.cc.
Referenced by ~NoCount().