Transformer SDK For C
8.0.2.290852-a608fcd3
|
Structure used to generate chains of format handlers. More...
Data Fields | |
void(* | delete )(formathandler_t *handler) |
char *(* | format )(formathandler_t *handler, char *input) |
formathandler_t * | next |
Structure used to generate chains of format handlers.
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