#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 |
bool contains | ( | const SoDeviceContextSharedGroup * | sharedGroup, |
const SoBaseContextCache * | element | ||
) | const |
SoBaseContextCache * getHead | ( | ) | const |
Definition at line 69 of file SoSharedGroupReferenceList.h.
size_t getSize | ( | ) | const |
bool insert | ( | SoDeviceContextSharedGroup * | sharedGroup, |
SoBaseContextCache * | element | ||
) |
bool isEmpty | ( | ) | const |
Definition at line 64 of file SoSharedGroupReferenceList.h.
bool remove | ( | SoDeviceContextSharedGroup * | sharedGroup, |
SoBaseContextCache * | element | ||
) |
~SoSharedGroupReferenceList | ( | ) |