Implements smart pointers to SoRefCounter objects.
More...
#include <Inventor/misc/SoAutoRef.h>
Implements smart pointers to SoRefCounter objects.
This class implements smart pointers to SoRefCounter objects.
SEE ALSO
SoRefCounter SoRef
Definition at line 45 of file SoAutoRef.h.
◆ SoAutoRef() [1/3]
◆ SoAutoRef() [2/3]
SoAutoRef::SoAutoRef |
( |
const SoAutoRef & |
that | ) |
|
|
inline |
◆ SoAutoRef() [3/3]
Construct from C++ pointer.
Definition at line 62 of file SoAutoRef.h.
◆ ~SoAutoRef()
SoAutoRef::~SoAutoRef |
( |
| ) |
|
|
inline |
◆ operator bool()
SoAutoRef::operator bool |
( |
| ) |
const |
|
inline |
◆ operator!()
bool SoAutoRef::operator! |
( |
| ) |
const |
|
inline |
◆ operator!=() [1/2]
◆ operator!=() [2/2]
◆ operator*()
◆ operator->()
◆ operator<() [1/2]
bool SoAutoRef::operator< |
( |
const SoAutoRef & |
other | ) |
const |
|
inline |
◆ operator<() [2/2]
◆ operator<=() [1/2]
bool SoAutoRef::operator<= |
( |
const SoAutoRef & |
other | ) |
const |
|
inline |
◆ operator<=() [2/2]
bool SoAutoRef::operator<= |
( |
const SoRefCounter * |
ptr | ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
Assign ordinary C pointer.
Definition at line 84 of file SoAutoRef.h.
◆ operator==() [1/2]
bool SoAutoRef::operator== |
( |
const SoAutoRef & |
other | ) |
const |
|
inline |
◆ operator==() [2/2]
bool SoAutoRef::operator== |
( |
const SoRefCounter * |
ptr | ) |
const |
|
inline |
◆ operator>() [1/2]
bool SoAutoRef::operator> |
( |
const SoAutoRef & |
other | ) |
const |
|
inline |
◆ operator>() [2/2]
◆ operator>=() [1/2]
bool SoAutoRef::operator>= |
( |
const SoAutoRef & |
other | ) |
const |
|
inline |
◆ operator>=() [2/2]
bool SoAutoRef::operator>= |
( |
const SoRefCounter * |
ptr | ) |
const |
|
inline |
◆ ptr()
The documentation for this class was generated from the following file: