SimpleCountedObject Struct Reference

Simple counted object. More...

#include <countedptr.hpp>

Inheritance diagram for SimpleCountedObject:

AIObject AIAbstractList AIAccounting AIAirport AIBase AIBridge AICargo AICompany AIDate AIEngine AIError AIEvent AIEventController AIExecMode AIGameSettings AIGroup AIIndustry AIIndustryType AILog AIMap AIMarine AIOrder AIRail AIRoad AISign AIStation AISubsidy AITestMode AITile AITown AITunnel AIVehicle AIWaypoint

Public Member Functions

virtual int32 AddRef ()
virtual int32 Release ()
virtual void FinalRelease ()

Data Fields

int32 m_ref_cnt

Detailed Description

Simple counted object.

Use it as base of your struct/class if you want to use basic reference counting. Your struct/class will destroy and free itself when last reference to it is released (using Relese() method). The initial reference count (when it is created) is zero (don't forget AddRef() at least one time if not using CCountedPtr<T>.

See also:
misc/countedobj.cpp for implementation.

Definition at line 140 of file countedptr.hpp.


The documentation for this struct was generated from the following files:

Generated on Sun Nov 15 15:40:40 2009 for OpenTTD by  doxygen 1.5.6