|
FRX SDK Documentation 2025 SP0
|
#include <AcRxGenLinkedList.h>
Additional Inherited Members | |
Static Public Member Functions inherited from AcRxObject | |
| static AcRxClass *__cdecl | desc (void) |
| static AcRxObject *__cdecl | cast (AcRxObject const *) |
Protected Member Functions inherited from AcRxObject | |
| AcRxObject (void) | |
| virtual AcRxObject * | subQueryX (AcRxClass const *) const |
Protected Attributes inherited from AcObject | |
| void * | m_pData |
Definition at line 24 of file AcRxGenLinkedList.h.
| AcRxGenLinkedList::AcRxGenLinkedList | ( | void | ) |
| void AcRxGenLinkedList::addAfterIterator | ( | AcRxGenLinkedListIterator * | , |
| AcRxObject * | ) |
| void AcRxGenLinkedList::addBeforeIterator | ( | AcRxGenLinkedListIterator * | , |
| AcRxObject * | ) |
| void AcRxGenLinkedList::addNewFirstEntry | ( | AcRxObject * | ) |
| void AcRxGenLinkedList::addNewLastEntry | ( | AcRxObject * | ) |
| AcRxObject * AcRxGenLinkedList::getFirstEntry | ( | void | ) | const |
| AcRxObject * AcRxGenLinkedList::getLastEntry | ( | void | ) | const |
|
virtual |
Reimplemented from AcRxObject.
| AcRxIterator * AcRxGenLinkedList::newIterator | ( | int | ) | const |
| int AcRxGenLinkedList::removeAtIterator | ( | AcRxGenLinkedListIterator * | ) |
| AcRxGenLinkedListIterator AcRxGenLinkedList::resetIterator | ( | int | ) | const |