Quick Links :
Main Page |
AutoMap |
AutoLink |
Mailing List |
License |
Award |
Papers |
Acknowledgments
Usage
- Use the AutoMap begin marker (
/*~ AM_Begin */
) before the data-types to be processed (added for you in this web version)
- Use the AutoMap end marker (
/*~ AM_End */
) after the data-types to be processed (added for you in this web version)
- Use the AutoMap data-type marker (
/*~ AM */
) to specify each type to be processed
- Choose if you want an output for AutoLink files or not (default is yes)
- For AutoLink file generation, each type referred to by pointer does not have to be AutoMap marked to be processed completely. If type A uses a pointer reference to type B, but user only want to have control other type A, it is not necessary to AutoMap mark type B.
- For AutoLink file generation, each pointer type must be strongly typed; no
void *
(or by extension char *
) can be used for AutoLink.
- Warning : AutoMap does not work with
struct
alone (using an AutoMap marker), all types must be used as typedef struct
.
- AutoMap data-types examples
- AutoLink data-types examples
Page created : 1997
Last update : 26 Oct 2001
By> : SAVG