1#ifndef COIN_SOAUDITORLIST_H
2#define COIN_SOAUDITORLIST_H
36#include <Inventor/lists/SbPList.h>
37#include <Inventor/misc/SoNotification.h>
62 void * getObject(
const int index)
const;
68 void remove(
const int index);
78 void * get(
const int)
const {
return NULL; }
79 void set(
const int,
void *
const) { }
81 void append(
const void *) { }
82 int find(
const void *)
const {
return -1; }
83 void insert(
const void *,
const int) { }
85 void truncate(
const int,
const int = 0) { }
86 void push(
const void *) { }
87 void *
pop(
void) {
return NULL; }
89 operator void ** (
void) {
return static_cast<void **
> (
NULL); }
90 operator const void ** (
void)
const {
return static_cast<const void **
>(
NULL); }
The SbList class is a template container class for lists.
Definition SbList.h:70
void truncate(const int length, const int dofit=0)
Definition SbList.h:172
int getLength(void) const
Definition SbList.h:168
Type pop(void)
Definition SbList.h:184
int find(const Type item) const
Definition SbList.h:126
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
void removeFast(const int index)
Definition SbList.h:161
int operator!=(const SbList< Type > &l) const
Definition SbList.h:217
void remove(const int index)
Definition SbList.h:152
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:78
int operator==(const SbList< Type > &l) const
Definition SbList.h:209
void copy(const SbList< Type > &l)
Definition SbList.h:92
void insert(const Type item, const int insertbefore)
Definition SbList.h:132
void append(const Type item)
Definition SbList.h:121
Type operator[](const int index) const
Definition SbList.h:195
void push(const Type item)
Definition SbList.h:180
The SbPList class is a container class for void pointers.
Definition lists/SbPList.h:40
void *& operator[](const int index) const
Definition lists/SbPList.h:128
The SoAuditorList class is used to keep track of auditors for certain object classes.
Definition lists/SoAuditorList.h:52
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:43
Type
Definition SoNotRec.h:44