#include <NvBlastIteratorBase.h>

Public Member Functions | |
| DListIt (IndexType curr, IndexDLink< IndexType > *links) | |
| uint32_t | operator++ () |
Protected Attributes | |
| IndexDLink< IndexType > * | m_links |
| NV_INLINE Nv::Blast::DListIt< IndexType >::DListIt | ( | IndexType | curr, | |
| IndexDLink< IndexType > * | links | |||
| ) | [inline] |
| NV_INLINE uint32_t Nv::Blast::DListIt< IndexType >::operator++ | ( | ) | [inline] |
Pre-increment. Only use if valid() == true.
IndexDLink<IndexType>* Nv::Blast::DListIt< IndexType >::m_links [protected] |