Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoSharedGroupReferenceList.h File Reference
#include <Inventor/SbBase.h>

Go to the source code of this file.

Functions

 ~SoSharedGroupReferenceList ()
 
bool insert (SoDeviceContextSharedGroup *sharedGroup, SoBaseContextCache *element)
 
bool remove (SoDeviceContextSharedGroup *sharedGroup, SoBaseContextCache *element)
 
bool contains (const SoDeviceContextSharedGroup *sharedGroup, const SoBaseContextCache *element) const
 
bool isEmpty () const
 
SoBaseContextCache * getHead () const
 
size_t getSize () const
 

Function Documentation

◆ contains()

bool contains ( const SoDeviceContextSharedGroup sharedGroup,
const SoBaseContextCache *  element 
) const

◆ getHead()

SoBaseContextCache * getHead ( ) const

Definition at line 69 of file SoSharedGroupReferenceList.h.

◆ getSize()

size_t getSize ( ) const

◆ insert()

bool insert ( SoDeviceContextSharedGroup sharedGroup,
SoBaseContextCache *  element 
)

◆ isEmpty()

bool isEmpty ( ) const

Definition at line 64 of file SoSharedGroupReferenceList.h.

◆ remove()

bool remove ( SoDeviceContextSharedGroup sharedGroup,
SoBaseContextCache *  element 
)

◆ ~SoSharedGroupReferenceList()

~SoSharedGroupReferenceList ( )