#include <Inventor/misc/SoNotification.h>
#include <Inventor/STL/vector>
Go to the source code of this file.
◆ const_iterator
◆ iterator
typedef ListContainer::iterator iterator |
◆ ListContainer
Initial value:{
private:
struct AuditorListValue {
void* auditor;
SoNotRec::Type type;
AuditorListValue(void* auditor_, SoNotRec::Type type_)
: auditor(auditor_), type(type_)
{
}
AuditorListValue()
{
}
}
Definition at line 99 of file SoAuditorList.h.
◆ value_type
◆ append()
void append |
( |
void * |
auditor, |
|
|
SoNotRec::Type |
type |
|
) |
| |
◆ begin()
◆ cbegin()
◆ cend()
◆ empty()
◆ end()
◆ find()
◆ getLength()
virtual int getLength |
( |
| ) |
const |
|
virtual |
◆ notify()
void notify |
( |
SoNotList * |
list | ) |
|
◆ remove()
size_t remove |
( |
void * |
auditor, |
|
|
SoNotRec::Type |
type |
|
) |
| |
◆ size()
◆ SoAuditorList()
◆ traverse()
template<typename Func >
void traverse |
( |
const Func & |
func | ) |
|
◆ traverse_forward()
template<typename Func >
void traverse_forward |
( |
const Func & |
func | ) |
|
◆ ~SoAuditorList()