![]() |
VR-Forces 4.0.4 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 | ( | void * | d | ) | [inline, protected] |
| DtSimpleListItem::DtSimpleListItem | ( | const DtSimpleListItem & | orig | ) | [protected] |
| DtSimpleListItem * DtSimpleListItem::next | ( | ) | [inline] |
References myNext.
| void * DtSimpleListItem::data | ( | ) | [inline] |
References myData.
| DtSimpleListItem& DtSimpleListItem::operator= | ( | const DtSimpleListItem & | orig | ) | [protected] |
friend class DtSimpleList [friend] |
DtSimpleListItem* DtSimpleListItem::myNext [protected] |
Referenced by next().
void* DtSimpleListItem::myData [protected] |
Referenced by data().