/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/Func.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-08-31 16:03:37 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150831160337-m0amg2dy7pbnpz9v
* Finished of SMap... Sort of...
* Hid internals of SMap.
* Code cleanup of SMap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
#define FUNCTION(k) ((FuncPointer) k)
88
88
#define FREEFUNC(k) ((FreeFunc) k)
89
89
#define CALLBACK(k) ((Callback) k)
 
90
#define FOREACHFUNC(k) ((ForEachFunc) k)
90
91
 
91
92
/**
92
93
 * A CompFunc represents a standard comparison function.