#include <NvBlastIteratorBase.h>
Public Member Functions | |
| IteratorBase (T curr) | |
| operator bool () const | |
| operator T () const | |
Protected Attributes | |
| T | m_curr |
| NV_INLINE Nv::Blast::IteratorBase< T >::IteratorBase | ( | T | curr | ) | [inline] |
Constructor sets m_curr value
| NV_INLINE Nv::Blast::IteratorBase< T >::operator bool | ( | ) | const [inline] |
Validity of current value.
| NV_INLINE Nv::Blast::IteratorBase< T >::operator T | ( | ) | const [inline] |
Current value.
T Nv::Blast::IteratorBase< T >::m_curr [protected] |