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); }
91 void *
operator[](
const int)
const {
return NULL; }
100 #endif // !COIN_SOAUDITORLIST_H
int getLength(void) const
Definition: lists/SbPList.h:103
void append(void *item)
Definition: lists/SbPList.h:87
int find(const void *item) const
Definition: SbPList.cpp:222
void * get(const int index) const
Definition: lists/SbPList.h:144
void removeFast(const int index)
Definition: lists/SbPList.h:94
The SbPList class is a container class for void pointers.
Definition: lists/SbPList.h:40
Type
Definition: SoNotRec.h:44
The SoAuditorList class is used to keep track of auditors for certain object classes.
Definition: lists/SoAuditorList.h:52
void set(const int index, void *item)
Definition: lists/SbPList.h:150
void truncate(const int length, const int fit=0)
Definition: lists/SbPList.h:109
void *& operator[](const int index) const
Definition: lists/SbPList.h:128
SbPList(const int sizehint=DEFAULTSIZE)
Definition: SbPList.cpp:144
void copy(const SbPList &l)
Definition: SbPList.cpp:171
void remove(const int index)
Definition: SbPList.cpp:269
int operator!=(const SbPList &l) const
Definition: lists/SbPList.h:138
int operator==(const SbPList &l) const
Definition: SbPList.cpp:284
void insert(void *item, const int insertbefore)
Definition: SbPList.cpp:236
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43
SbPList & operator=(const SbPList &l)
Definition: SbPList.cpp:183