![]() |
VR-Forces 4.6 Class Documentation
|
Public Member Functions | |
| ~DtSimpleListItem () | |
| DtSimpleListItem * | next () |
| void * | data () |
Protected Member Functions | |
| DtSimpleListItem (void *d) | |
| DtSimpleListItem (const DtSimpleListItem &orig) | |
| DtSimpleListItem & | operator= (const DtSimpleListItem &orig) |
Protected Attributes | |
| DtSimpleListItem * | myNext |
| void * | myData |
Friends | |
| class | DtSimpleList |
| DtSimpleListItem::~DtSimpleListItem | ( | ) |
|
inlineprotected |
|
protected |
|
inline |
References myNext.
|
inline |
References myData.
|
protected |
|
friend |
|
protected |
Referenced by next().
|
protected |
Referenced by data().