gml_List.h File Reference


Detailed Description

Definition of gml_TListElem and gml_TList.

#include "gml/base/gml_Types.h"
#include "gml/base/gml_Errors.h"

Go to the source code of this file.


Classes

class  gml_TListElem
 An element of a gml_TList. More...
class  gml_TList
 A list of gml_TListElem elements. More...

Typedefs

typedef int( gml_TListSortFunc )(void *left, void *right)
 The prototype of functions that compare two elements left and right, and return an integer that is greater than, equal to, or less than 0, according as left is greater than, equal to, or less than right.

Functions

int gml_ListSortStringFunc (void *left, void *right)
 Element-sorting routine that compares C (0-terminated) strings using strcmp.
int gml_ListSortIntFunc (void *left, void *right)
 Element-sorting routine that compares signed integers.
Generated on Tue Jun 12 14:03:28 2007 for gml by Doxygen 1.5.2.