yasm_assoc_data_callback Struct Reference

YASM associated data callback structure. More...

#include <coretype.h>


Data Fields

void(* destroy )(void *data)
 Free memory allocated for associated data.
void(* print )(void *data, FILE *f, int indent_level)
 Print a description of allocated data.


Detailed Description

YASM associated data callback structure.

Many data structures can have arbitrary data associated with them.

Definition at line 77 of file coretype.h.


Field Documentation

void(* yasm_assoc_data_callback::destroy)(void *data)

Free memory allocated for associated data.

Parameters:
data associated data

void(* yasm_assoc_data_callback::print)(void *data, FILE *f, int indent_level)

Print a description of allocated data.

For debugging purposes.

Parameters:
data associated data
f output file
indent_level indentation level


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

Generated on Tue Oct 7 01:22:52 2008 for libyasm by  doxygen 1.5.6