#include <MetaTagList.h>
Inheritance diagram for illiminable::libCMMLTagsDotNET::MetaTagList:
Public Member Functions | |
MetaTagList (void) | |
MetaTagList (C_MetaTagList *inTag, bool inDeleteBase) | |
virtual | ~MetaTagList (void) |
void | emptyList () |
void | addTag (MetaTag *inTag) |
void | addTag (String *inName, String *inContent) |
unsigned long | numTags () |
MetaTag * | getTag (unsigned long inTagNo) |
MetaTag * | getTag (String *inName) |
String * | getContent (String *inName) |
String * | toString () |
Protected Member Functions | |
C_MetaTagList * | getMe () |
Protected Attributes | |
C_MappedTagList * | mBaseClass |
bool | mDeleteBase |
|
Definition at line 41 of file MetaTagList.cpp. |
|
Definition at line 46 of file MetaTagList.cpp. |
|
Definition at line 52 of file MetaTagList.cpp. |
|
Definition at line 69 of file MetaTagList.cpp. References C_MetaTagList::addTag(), and getMe(). |
Here is the call graph for this function:
|
Definition at line 65 of file MetaTagList.cpp. References C_MetaTagList::addTag(), C_MetaTag::clone(), illiminable::libCMMLTagsDotNET::MetaTag::getMe(), and getMe(). |
Here is the call graph for this function:
|
Definition at line 60 of file MetaTagList.cpp. References C_MetaTagList::emptyList(), and getMe(). |
Here is the call graph for this function:
|
Reimplemented from illiminable::libCMMLTagsDotNET::MappedTagList. Definition at line 99 of file MetaTagList.cpp. References getMe(). |
Here is the call graph for this function:
|
Definition at line 112 of file MetaTagList.cpp. Referenced by addTag(), emptyList(), getContent(), getTag(), numTags(), and toString(). |
|
Definition at line 90 of file MetaTagList.cpp. |
Here is the call graph for this function:
|
Definition at line 87 of file MetaTagList.cpp. References getMe(). Referenced by getTag(). |
Here is the call graph for this function:
|
Reimplemented from illiminable::libCMMLTagsDotNET::MappedTagList. Definition at line 82 of file MetaTagList.cpp. References getMe(), and C_MappedTagList::numTags(). |
Here is the call graph for this function:
|
Definition at line 107 of file MetaTagList.cpp. References getMe(). |
Here is the call graph for this function:
|
Definition at line 61 of file MappedTagList.h. Referenced by illiminable::libCMMLTagsDotNET::MappedTagList::getContent(), and illiminable::libCMMLTagsDotNET::MappedTagList::numTags(). |
|
Definition at line 62 of file MappedTagList.h. |