Definition at line 47 of file class.h.
Public Attributes | |
| int(* | from_string )(void *addr, char *value) |
| the function that converts from a string to the data | |
| CLASS * | oclass |
| the class implementing the delegated type | |
| int(* | to_string )(void *addr, char *value, int size) |
| the function that converts from the data to a string | |
| char32 | type |
| the name of the delegated type | |