omgui::RefCounted Class Reference

#include <omgui/refcount.h>

Inherits omgui::RefCountable.

Inherited by omgui::ConnectionBody, and omgui::SlotBase.

List of all members.


Detailed Description

Implements RefCountable as simply as possible.

Can be inherited by classes which want to be reference counted but have no complex reference counting requirements.

Public Member Functions

void add_ref ()
 RefCounted ()
void release ()

Private Attributes

int m_ref_count


Constructor & Destructor Documentation

omgui::RefCounted::RefCounted (  ) 


Member Function Documentation

void omgui::RefCounted::add_ref (  )  [virtual]

Implements omgui::RefCountable.

void omgui::RefCounted::release (  )  [virtual]

Implements omgui::RefCountable.


Member Data Documentation


doxygen SourceForge.net Logo