Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

Tag.c File Reference

#include "debug.h"
#include "macros.h"
#include "Tag.h"

Include dependency graph for Tag.c:

Include dependency graph

Go to the source code of this file.

Functions

tagtag_GetNextTag (tag *TagList)
tagtag_FindTag (tag *TagList, u32 TagName)
u32 tag_GetTagData (tag *TagList, u32 TagName, u32 DefaultTagData)
u32 tag_GetTagDataChg (tag *TagList, u32 TagName, u32 DefaultTagData)
int tag_CountTags (tag *TagList)


Function Documentation

int tag_CountTags tag   TagList
 

Definition at line 142 of file Tag.c.

References debug_Begin, debug_End, NULL, and tag_GetNextTag.

tag* tag_FindTag tag   TagList,
u32    TagName
 

Definition at line 82 of file Tag.c.

References debug_Begin, debug_End, tag::Name, NULL, tag_GetNextTag, and u32.

tag* tag_GetNextTag tag   TagList
 

Definition at line 28 of file Tag.c.

References tag::Data, debug_Begin, debug_End, tag::Name, NULL, TAG_END, TAG_IGNORE, TAG_MORE, and TAG_SKIP.

u32 tag_GetTagData tag   TagList,
u32    TagName,
u32    DefaultTagData
 

Definition at line 98 of file Tag.c.

References tag::Data, debug_Begin, debug_End, NULL, tag_FindTag, and u32.

u32 tag_GetTagDataChg tag   TagList,
u32    TagName,
u32    DefaultTagData
 

Definition at line 119 of file Tag.c.

References tag::Data, debug_Begin, debug_End, tag::Name, NULL, tag_FindTag, TAG_IGNORE, and u32.


Generated on Tue Jan 7 12:12:46 2003 for THEGUI by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002