_CgList Struct Reference

The generic list interface in CyberLinkC. More...

#include <clist.h>


Data Fields

BOOL headFlag
_CgListprev
_CgListnext


Detailed Description

The generic list interface in CyberLinkC.

Each struct in CyberLinkC, that is designed to be a part of a list, must have these elements in their definition before the actual struct definition. The struct pointers are then cast to CgList* and operated with cg_list_* functions.


Field Documentation

BOOL _CgList::headFlag

Marks the beginning of a list

struct _CgList* _CgList::next

Pointer to the previous list node

struct _CgList* _CgList::prev

Pointer to the next list node


The documentation for this struct was generated from the following file:
Generated on Tue Aug 8 14:56:29 2006 for CyberLinkC by  doxygen 1.4.7