#include <NvBlastDLink.h>

Public Types | |
| enum | Direction { Reverse, Forward } |
Public Member Functions | |
| It (const DList &list, Direction dir=Forward) | |
| operator bool () const | |
| operator const DLink * () const | |
| const DLink * | operator++ () |
| const DLink * | operator-- () |
| Nv::Blast::DList::DList::It::operator bool | ( | ) | const [inline] |
Validity of current value.
| Nv::Blast::DList::DList::It::operator const DLink * | ( | ) | const [inline] |
Current value.
| const DLink* Nv::Blast::DList::DList::It::operator++ | ( | ) | [inline] |
Pre-increment.
| const DLink* Nv::Blast::DList::DList::It::operator-- | ( | ) | [inline] |
Pre-deccrement.