Gnash  0.8.10
Classes | Namespaces | Functions
ref_counted.h File Reference
#include "dsodefs.h"
#include <cassert>
#include <boost/detail/atomic_count.hpp>

Go to the source code of this file.

Classes

class  gnash::ref_counted
 For stuff that's tricky to keep track of w/r/t ownership & cleanup. The only use for this class seems to be for putting derived classes in smart_ptr. More...

Namespaces

namespace  gnash
 

Anonymous namespace for callbacks, local functions, event handlers etc.


Functions

void gnash::intrusive_ptr_add_ref (const ref_counted *o)
void gnash::intrusive_ptr_release (const ref_counted *o)