1 #ifndef COIN_SOAUDITORLIST_H
2 #define COIN_SOAUDITORLIST_H
27 #include <Inventor/lists/SbPList.h>
28 #include <Inventor/misc/SoNotification.h>
52 void set(
const int index,
void *
const auditor,
const SoNotRec::Type type);
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); }
82 void *
operator[](
const int)
const {
return NULL; }
91 #endif // !COIN_SOAUDITORLIST_H
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Mon Mar 17 2014 18:54:29 for Coin by Doxygen 1.8.1.2.