#include <NvBlastIteratorBase.h>

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