#include <Inventor/SbBase.h>
#include <Inventor/misc/SoRefCounter.h>
#include <Inventor/misc/SoRef.h>
Go to the source code of this file.
Classes | |
class | SoAutoRef |
Implements smart pointers to SoRefCounter objects. More... | |
Functions | |
bool | operator== (const SoRefCounter *ptr, const SoAutoRef &ref) |
bool | operator!= (const SoRefCounter *ptr, const SoAutoRef &ref) |
bool | operator< (const SoRefCounter *ptr, const SoAutoRef &ref) |
bool | operator<= (const SoRefCounter *ptr, const SoAutoRef &ref) |
bool | operator> (const SoRefCounter *ptr, const SoAutoRef &ref) |
bool | operator>= (const SoRefCounter *ptr, const SoAutoRef &ref) |
bool operator!= | ( | const SoRefCounter * | ptr, | |
const SoAutoRef & | ref | |||
) |
bool operator< | ( | const SoRefCounter * | ptr, | |
const SoAutoRef & | ref | |||
) |
bool operator<= | ( | const SoRefCounter * | ptr, | |
const SoAutoRef & | ref | |||
) |
bool operator== | ( | const SoRefCounter * | ptr, | |
const SoAutoRef & | ref | |||
) |
bool operator> | ( | const SoRefCounter * | ptr, | |
const SoAutoRef & | ref | |||
) |
bool operator>= | ( | const SoRefCounter * | ptr, | |
const SoAutoRef & | ref | |||
) |