TinyXml: TiCppRC Class Reference (original) (raw)
Base class for reference counting functionality. More...
#include <[ticpprc.h](ticpprc%5F8h-source.html)>
| Public Member Functions | |
|---|---|
| TiCppRC () | |
| Constructor Spawns new reference counter with a pointer to this. | |
| virtual | ~TiCppRC () |
| Destructor Nullifies the pointer to this held by the reference counter Decrements reference count. | |
| void | DeleteSpawnedWrappers () |
| Delete all container objects we've spawned with 'new'. | |
| Public Attributes | |
| std::vector< ticpp::Base * > | m_spawnedWrappers |
| Remember all wrappers that we've created with 'new' - ( e.g. | |
| Friends | |
| class | ticpp::Base |
Detailed Description
Base class for reference counting functionality.
Member Data Documentation
Remember all wrappers that we've created with 'new' - ( e.g.
NodeFactory, FirstChildElement, etc. )
The documentation for this class was generated from the following file: