#include <taglists.h>
Inheritance diagram for TagDescriptionList:
Public Member Functions | |
TagDescriptionList () | |
void | AddTail (TagDescriptionListItem *pItem) |
TagDescriptionListItem * | GetHead () |
TagDescriptionListItem * | GetNext (TagDescriptionListItem *pItem) |
This will only come into use in newer versions of the file format. It allows old importers to describe an unknown tag to the user.
Definition at line 262 of file taglists.h.
|
Definition at line 267 of file taglists.h.
|
|
Definition at line 269 of file taglists.h. 00269 { List::AddTail(pItem); };
|
|
Definition at line 270 of file taglists.h. 00270 { return (TagDescriptionListItem*)List::GetHead(); }
|
|
Definition at line 271 of file taglists.h. 00271 { return (TagDescriptionListItem*)List::GetNext(pItem); }
|