![]() |
VR-Link API Documentation for HLA 1.3
|
This file contains the declaration of DtList and DtListItem. More...
Go to the source code of this file.
Classes | |
| class | DtListItem |
| lint -e266 More... | |
| class | DtList |
| DtList is deprecated, please use std::list<T>. More... | |
| class | DtListedObj |
| This is a base class from which elements of a DtIntrusiveList must be derived. More... | |
| class | DtIntrusiveList |
| An intrusive list is a list that assumes that the elements that you add are pointers to instances of classes derived from DtListedObject. More... | |
Macros | |
| #define | looplist(theData, list) |
| Macro to loop through the list. More... | |
| #define | looptlist(theData, type, list) |
| Typed looplist for cfront (ANSI C and GCC don't require casting from void *). More... | |
| #define | looptlist2(theData, type, list) |
| Looptlist for multiple loops in same scope with C++ without proper scope of loop vars. More... | |
This file contains the declaration of DtList and DtListItem.
| #define looplist | ( | theData, | |
| list | |||
| ) |
Macro to loop through the list.
| #define looptlist | ( | theData, | |
| type, | |||
| list | |||
| ) |
Typed looplist for cfront (ANSI C and GCC don't require casting from void *).
| #define looptlist2 | ( | theData, | |
| type, | |||
| list | |||
| ) |
Looptlist for multiple loops in same scope with C++ without proper scope of loop vars.