XML_Memory_Handling_Suite

NAME
SYNOPSIS
Member Data Documentation
Author

NAME

XML_Memory_Handling_Suite −

SYNOPSIS

#include <expat.h>

Public Attributes

void *(* malloc_fcn )(size_t size)

void *(* realloc_fcn )(void *ptr, size_t size)

void(* free_fcn )(void *ptr)

Member Data Documentation

void(* XML_Memory_Handling_Suite::free_fcn)(void *ptr)

void *(* XML_Memory_Handling_Suite::malloc_fcn)(size_t size)

void *(* XML_Memory_Handling_Suite::realloc_fcn)(void *ptr, size_t size)

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.