1 #ifndef COIN_SBINTLIST_H
2 #define COIN_SBINTLIST_H
36 #include <Inventor/lists/SbPList.h>
46 this->
SbPList::append(reinterpret_cast<void*>(static_cast<uintptr_t>(item)));
49 return this->
SbPList::find(reinterpret_cast<void *>(static_cast<uintptr_t>(item)));
51 void insert(
const int item,
const int addbefore) {
52 this->
SbPList::insert(reinterpret_cast<void *>(static_cast<uintptr_t>(item)), addbefore);
55 return reinterpret_cast<int&
>(((*
static_cast<const SbPList *
>(
this))[idx]));
70 #if defined(COIN_INTERNAL) && !defined(COIN_ALLOW_SBINTLIST)
71 #error prefer SbList over SbIntList for internal code
72 #endif // COIN_INTERNAL
76 #endif // !COIN_SBINTLIST_H