Transformer SDK For C  7.1.9.29929-d422075
_formathandler Struct Reference

Structure used to generate chains of format handlers. More...

Data Fields

void(* delete )(formathandler_t *handler)
 
char *(* format )(formathandler_t *handler, char *input)
 
formathandler_tnext
 

Detailed Description

Structure used to generate chains of format handlers.

Note
The contents of this structure should only be used by custom format handlers

Field Documentation

void(* _formathandler::delete) (formathandler_t *handler)

To deallocate memory when the formatting is complete

char*(* _formathandler::format) (formathandler_t *handler, char *input)

Used to perform the formatting

formathandler_t* _formathandler::next

Link to next formatter


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

Generated on Mon Jul 20 2020 19:17:22 for Transformer SDK For C