Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoAutoRef.h File Reference

Go to the source code of this file.

Classes

class  SoAutoRef
 Implements smart pointers to SoRefCounter objects. More...
 

Functions

static bool operator== (const SoRefCounter *ptr, const SoAutoRef &ref)
 
static bool operator!= (const SoRefCounter *ptr, const SoAutoRef &ref)
 
static bool operator< (const SoRefCounter *ptr, const SoAutoRef &ref)
 
static bool operator<= (const SoRefCounter *ptr, const SoAutoRef &ref)
 
static bool operator> (const SoRefCounter *ptr, const SoAutoRef &ref)
 
static bool operator>= (const SoRefCounter *ptr, const SoAutoRef &ref)
 

Function Documentation

◆ operator!=()

static bool operator!= ( const SoRefCounter ptr,
const SoAutoRef ref 
)
inlinestatic

Definition at line 199 of file SoAutoRef.h.

◆ operator<()

static bool operator< ( const SoRefCounter ptr,
const SoAutoRef ref 
)
inlinestatic

Definition at line 204 of file SoAutoRef.h.

◆ operator<=()

static bool operator<= ( const SoRefCounter ptr,
const SoAutoRef ref 
)
inlinestatic

Definition at line 209 of file SoAutoRef.h.

◆ operator==()

static bool operator== ( const SoRefCounter ptr,
const SoAutoRef ref 
)
inlinestatic

Definition at line 194 of file SoAutoRef.h.

◆ operator>()

static bool operator> ( const SoRefCounter ptr,
const SoAutoRef ref 
)
inlinestatic

Definition at line 214 of file SoAutoRef.h.

◆ operator>=()

static bool operator>= ( const SoRefCounter ptr,
const SoAutoRef ref 
)
inlinestatic

Definition at line 219 of file SoAutoRef.h.