#include <ticpprc.h>
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 |
| std::vector< ticpp::Base* > TiCppRC::m_spawnedWrappers |
Remember all wrappers that we've created with 'new' - ( e.g.
NodeFactory, FirstChildElement, etc. )
1.5.6