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
Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Sat Oct 26 2013 23:25:56 for Coin by Doxygen 1.8.4.