Contents Previous Next

 Mini-XML 2.1 mxml_custom_s

Description

An XML custom value.

Definition

struct mxml_custom_s
{
  void * data;
   mxml_custom_destroy_cb_t destroy;
};

Members

NameDescription
dataPointer to (allocated) custom data
destroyPointer to destructor function

Contents Previous Next