OpenImageIO
|
#include "thread.h"
#include "version.h"
#include <boost/shared_ptr.hpp>
#include <boost/intrusive_ptr.hpp>
Go to the source code of this file.
Classes | |
class | RefCnt |
Functions | |
template<class T > | |
void | intrusive_ptr_add_ref (T *x) |
template<class T > | |
void | intrusive_ptr_release (T *x) |
Variables | |
OIIO_NAMESPACE_ENTER | |
Wrappers and utilities for reference counting.
|
inline |
Implementation of intrusive_ptr_add_ref, which is needed for any class that you use with Boost's intrusive_ptr.
|
inline |
Implementation of intrusive_ptr_release, which is needed for any class that you use with Boost's intrusive_ptr.
OIIO_NAMESPACE_ENTER |