1#ifndef COIN_SOAUDITORLIST_H
2#define COIN_SOAUDITORLIST_H
27#include <Inventor/lists/SbPList.h>
28#include <Inventor/misc/SoNotification.h>
53 void * getObject(
const int index)
const;
59 void remove(
const int index);
69 void * get(
const int)
const {
return NULL; }
70 void set(
const int,
void *
const) { }
72 void append(
const void *) { }
73 int find(
const void *)
const {
return -1; }
74 void insert(
const void *,
const int) { }
76 void truncate(
const int,
const int = 0) { }
77 void push(
const void *) { }
78 void *
pop(
void) {
return NULL; }
80 operator void ** (
void) {
return static_cast<void **
> (
NULL); }
81 operator const void ** (
void)
const {
return static_cast<const void **
>(
NULL); }
The SbList class is a template container class for lists.
Definition SbList.h:61
void truncate(const int length, const int dofit=0)
Definition SbList.h:163
int getLength(void) const
Definition SbList.h:159
Type pop(void)
Definition SbList.h:175
int find(const Type item) const
Definition SbList.h:117
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:90
void removeFast(const int index)
Definition SbList.h:152
int operator!=(const SbList< Type > &l) const
Definition SbList.h:208
void remove(const int index)
Definition SbList.h:143
int operator==(const SbList< Type > &l) const
Definition SbList.h:200
void copy(const SbList< Type > &l)
Definition SbList.h:83
void insert(const Type item, const int insertbefore)
Definition SbList.h:123
void append(const Type item)
Definition SbList.h:112
Type operator[](const int index) const
Definition SbList.h:186
void push(const Type item)
Definition SbList.h:171
The SbPList class is a container class for void pointers.
Definition SbPList.h:31
void *& operator[](const int index) const
Definition SbPList.h:119
The SoAuditorList class is used to keep track of auditors for certain object classes.
Definition SoAuditorList.h:43
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:34
Type
Definition SoNotRec.h:35