No Count class. More...
 Inheritance diagram for ns3::tests::NoCount:
 Collaboration diagram for ns3::tests::NoCount:Public Member Functions | |
| NoCount (PtrTestCase *test) | |
| Constructor.  More... | |
| ~NoCount () | |
| Destructor.  More... | |
| void | Nothing (void) const | 
| Noop function.  More... | |
  Public Member Functions inherited from ns3::tests::PtrTestBase | |
| PtrTestBase () | |
| Constructor.  More... | |
| virtual | ~PtrTestBase () | 
| Destructor.  More... | |
| void | Ref (void) const | 
| Increment the reference count.  More... | |
| void | Unref (void) const | 
| Decrement the reference count, and delete if necessary.  More... | |
Private Attributes | |
| PtrTestCase * | m_test | 
| The object being tracked.  More... | |
No Count class.
Definition at line 67 of file ptr-test-suite.cc.
| ns3::tests::NoCount::NoCount | ( | PtrTestCase * | test | ) | 
Constructor.
| [in] | test | The object to track. | 
Definition at line 136 of file ptr-test-suite.cc.
| ns3::tests::NoCount::~NoCount | ( | ) | 
Destructor.
The object being tracked will also be destroyed, by calling DestroyNotify()
Definition at line 140 of file ptr-test-suite.cc.
References ns3::tests::PtrTestCase::DestroyNotify(), and m_test.
 Here is the call graph for this function:| void ns3::tests::NoCount::Nothing | ( | void | ) | const | 
Noop function.
Definition at line 145 of file ptr-test-suite.cc.
Referenced by ns3::tests::PtrTestCase::DoRun().
 Here is the caller graph for this function:
      
  | 
  private | 
The object being tracked.
Definition at line 85 of file ptr-test-suite.cc.
Referenced by ~NoCount().