Public Member Functions | |
PtrTest () | |
virtual | ~PtrTest () |
virtual bool | RunTests (void) |
void | DestroyNotify (void) |
Private Member Functions | |
Ptr< NoCount > | CallTest (Ptr< NoCount > p) |
Ptr< NoCount > const | CallTestConst (Ptr< NoCount > const p) |
Private Attributes | |
uint32_t | m_nDestroyed |
Definition at line 33 of file ptr.cc.
Definition at line 112 of file ptr.cc.
Referenced by RunTests().
Definition at line 118 of file ptr.cc.
Referenced by RunTests().
void ns3::PtrTest::DestroyNotify | ( | void | ) |
Definition at line 107 of file ptr.cc.
References m_nDestroyed.
Referenced by ns3::NoCount::~NoCount().
bool ns3::PtrTest::RunTests | ( | void | ) | [virtual] |
Implements ns3::Test.
Definition at line 124 of file ptr.cc.
References CallTest(), CallTestConst(), ns3::GetPointer(), m_nDestroyed, ns3::MakeCallback(), ns3::NoCount::Nothing(), and ns3::PeekPointer().
uint32_t ns3::PtrTest::m_nDestroyed [private] |
Definition at line 43 of file ptr.cc.
Referenced by DestroyNotify(), and RunTests().