12typedef struct Parsable {
17 bool (*parse)(_In_
void* self, _In_opt_ strref text,
ParseVar* v);
19extern Parsable Parsable_tmpl;
CX Struct System - Introspectable, serializable POD structures in C.
CX Object System - Object-oriented programming in C.
Parse variable descriptor for Parsable interface implementations.