ReactOS 0.4.15-dev-7842-g558ab78
_xmlList Struct Reference
Collaboration diagram for _xmlList:

Public Attributes

xmlLinkPtr sentinel
 
void(* linkDeallocator )(xmlLinkPtr)
 
int(* linkCompare )(const void *, const void *)
 

Detailed Description

Definition at line 38 of file list.c.

Member Data Documentation

◆ linkCompare

int(* _xmlList::linkCompare) (const void *, const void *)

Definition at line 42 of file list.c.

Referenced by xmlListDup().

◆ linkDeallocator

void(* _xmlList::linkDeallocator) (xmlLinkPtr)

Definition at line 41 of file list.c.

◆ sentinel

xmlLinkPtr _xmlList::sentinel

Definition at line 40 of file list.c.

Referenced by xmlListCopy().


The documentation for this struct was generated from the following file: