refcount.cpp File Reference


Detailed Description

Implements reference counting functions to support boost::intrusive_tr.

Date:
Crated: 2005-04-05

#include <omgui/refcount.h>

Namespaces

namespace  omgui

Functions

void intrusive_ptr_add_ref (omgui::RefCountable *countable)
void intrusive_ptr_release (omgui::RefCountable *countable)


Function Documentation

void intrusive_ptr_add_ref ( omgui::RefCountable countable  ) 

Supports Pointer reference counting

void intrusive_ptr_release ( omgui::RefCountable countable  ) 

Supports Pointer reference counting


doxygen SourceForge.net Logo