#include <omgui/refcount.h>
Inherits omgui::RefCountable.
Inherited by omgui::ConnectionBody, and omgui::SlotBase.
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 |
omgui::RefCounted::RefCounted | ( | ) |
void omgui::RefCounted::add_ref | ( | ) | [virtual] |
Implements omgui::RefCountable.
void omgui::RefCounted::release | ( | ) | [virtual] |
Implements omgui::RefCountable.
int omgui::RefCounted::m_ref_count [private] |