#include <ImportTagList.h>
Inheritance diagram for illiminable::libCMMLTagsDotNET::ImportTagList:
Public Member Functions | |
ImportTagList (void) | |
ImportTagList (C_ImportTagList *inTagList, bool inDeleteBase) | |
~ImportTagList (void) | |
virtual String * | toString () |
void | addTag (ImportTag *inTag) |
ImportTag * | getTag (unsigned long inTagNo) |
C_ImportTagList * | getMe () |
unsigned long | numTags () |
Protected Attributes | |
C_TagList * | mBaseClass |
bool | mDeleteBase |
|
Definition at line 41 of file ImportTagList.cpp. |
|
Definition at line 46 of file ImportTagList.cpp. |
|
Definition at line 51 of file ImportTagList.cpp. |
|
Definition at line 65 of file ImportTagList.cpp. References C_ImportTagList::addTag(), C_ImportTag::clone(), illiminable::libCMMLTagsDotNET::ImportTag::getMe(), and getMe(). |
Here is the call graph for this function:
|
Definition at line 73 of file ImportTagList.cpp. Referenced by addTag(), getTag(), illiminable::libCMMLTagsDotNET::StreamTag::setImportList(), and toString(). |
|
Definition at line 69 of file ImportTagList.cpp. References getMe(). |
Here is the call graph for this function:
|
Definition at line 52 of file TagList.cpp. References illiminable::libCMMLTagsDotNET::TagList::mBaseClass, and C_TagList::numTags(). |
Here is the call graph for this function:
|
Implements illiminable::libCMMLTagsDotNET::TagList. Definition at line 61 of file ImportTagList.cpp. References getMe(). |
Here is the call graph for this function:
|
Definition at line 63 of file TagList.h. Referenced by illiminable::libCMMLTagsDotNET::TagList::numTags(). |
|
|