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 (
void **)
NULL; }
81 operator const void ** (
void)
const {
return (
const void **)
NULL; }
The SbList class is a template container class for lists.
Definition SbList.h:47
void truncate(const int length, const int dofit=0)
Definition SbList.h:149
int getLength(void) const
Definition SbList.h:145
Type pop(void)
Definition SbList.h:161
int find(const Type item) const
Definition SbList.h:103
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:76
void removeFast(const int index)
Definition SbList.h:138
int operator!=(const SbList< Type > &l) const
Definition SbList.h:194
void remove(const int index)
Definition SbList.h:129
int operator==(const SbList< Type > &l) const
Definition SbList.h:186
void copy(const SbList< Type > &l)
Definition SbList.h:69
void insert(const Type item, const int insertbefore)
Definition SbList.h:109
void append(const Type item)
Definition SbList.h:98
Type operator[](const int index) const
Definition SbList.h:172
void push(const Type item)
Definition SbList.h:157
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