#include <iostream>#include <vector>#include <cppunit/extensions/HelperMacros.h>#include <tst/Verify.h>#include <utl/CountedObject.h>#include <utl/CountedObjectRegistry.h>#include <utl/ShadowPtr.h>Go to the source code of this file.
Classes | |
| class | ns2::Bar |
| class | ns3::Child |
| class | ns1::Foo |
| class | ns3::Mother |
| class | OverCounted |
| class | testShadowPtr |
| class | ns3::VBase |
Namespaces | |
| ns1 | |
| ns2 | |
| ns3 | |
Macros | |
| #define | ASSERT_OBJECT_COUNTS(o, c, d, e) |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (testShadowPtr) | |
| void | swap (OverCounted &oc1, OverCounted &oc2) |
| #define ASSERT_OBJECT_COUNTS | ( | o, | |
| c, | |||
| d, | |||
| e | |||
| ) |
Definition at line 22 of file testShadowPtr.cc.
Referenced by testShadowPtr::testALot().
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | testShadowPtr | ) |
| void swap | ( | OverCounted & | oc1, |
| OverCounted & | oc2 | ||
| ) |
Definition at line 209 of file testShadowPtr.cc.
References OverCounted::Swap().
Referenced by G4StationSimulatorOG::G4TankOpBoundaryProcess::DielectricDielectric(), and USCInterTankResponseNS::TankResponse::TankResponse().