file: XMLIO_Definitions.h

some supplements
o SAFE_DELETE
if x is not NULL, deletes the object pointed to and sets x to NULL
o SAFE_FREE
if x is not NULL, frees the memory and sets x to NULL
o XMLIO_Attributes
type for xml element attributes
some supplements

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.