omgui::RefCountable Class Reference

#include <omgui/refcount.h>

Inherited by omgui::Object, and omgui::RefCounted.

List of all members.


Detailed Description

Serves as the base class for any object that supports an internal reference count. Pointer can be used to automatically maintain reference counts for any RefCountable derived class.

Public Member Functions

virtual void add_ref ()=0
 RefCountable ()
virtual void release ()=0
virtual ~RefCountable ()

Constructor & Destructor Documentation

omgui::RefCountable::RefCountable (  )  [inline]

virtual omgui::RefCountable::~RefCountable (  )  [inline, virtual]


Member Function Documentation

virtual void omgui::RefCountable::add_ref (  )  [pure virtual]

virtual void omgui::RefCountable::release (  )  [pure virtual]


doxygen SourceForge.net Logo