Defines | Functions
core/vgui/vgui_tag.cxx File Reference

See vgui_tag.h for a description of this file. More...

#include "vgui_tag.h"
#include <vcl_cassert.h>

Go to the source code of this file.

Defines

#define MAXTAGS   255

Functions

int vgui_tag_add (vgui_tag_function f, char const *)
 Registers a tag function - returns 0.
vgui_tag_function const * vgui_tag_list ()
 Returns null-terminated list of tag functions.
void vgui_tag_call ()
 Call all registered tag functions and remove them from the list.

Detailed Description

See vgui_tag.h for a description of this file.

Author:
fsm

Definition in file vgui_tag.cxx.


Define Documentation

#define MAXTAGS   255

Definition at line 13 of file vgui_tag.cxx.


Function Documentation

int vgui_tag_add ( vgui_tag_function  f,
char const *   
)

Registers a tag function - returns 0.

Definition at line 19 of file vgui_tag.cxx.

void vgui_tag_call ( )

Call all registered tag functions and remove them from the list.

Definition at line 32 of file vgui_tag.cxx.

vgui_tag_function const* vgui_tag_list ( )

Returns null-terminated list of tag functions.

Definition at line 27 of file vgui_tag.cxx.