|
ZEDA
1.6.18
|
properties of a class described by a set of tag/key string and call-back functions. More...
#include <zeda_ztk.h>
Data Fields | |
| char * | str |
| int | num |
| void *(* | _eval )(void *, int, void *, ZTK *) |
| void(* | _fprint )(FILE *, int, void *) |
properties of a class described by a set of tag/key string and call-back functions.
| char* ZTKPrp::str |
a string for a tag/key
| int ZTKPrp::num |
the number of tags/keys
| void(* ZTKPrp::_fprint) (FILE *, int, void *) |
print out function
1.8.13