Public Member Functions | |
NoCount (PtrTest *test) | |
~NoCount () | |
void | Nothing (void) const |
Private Attributes | |
PtrTest * | m_test |
Definition at line 58 of file ptr.cc.
ns3::NoCount::~NoCount | ( | ) |
Definition at line 91 of file ptr.cc.
References ns3::PtrTest::DestroyNotify(), and m_test.
void ns3::NoCount::Nothing | ( | void | ) | const |
Definition at line 96 of file ptr.cc.
Referenced by ns3::PtrTest::RunTests().
PtrTest* ns3::NoCount::m_test [private] |
Definition at line 65 of file ptr.cc.
Referenced by ~NoCount().