|
CX Framework
Cross-platform C utility framework
|
#include <sertype.h>
Data Fields | |
| stype | type |
| runtime descriptor | |
| const StructInfo * | structinfo |
| struct / structp, else NULL | |
| ObjClassInfo * | clsinfo |
| object class, else NULL | |
The result of resolving a wire type name.
A resolver returns more than an stype because for a nominal type the stype alone is useless for constructing an instance – every class resolves to _sti_object – so the reader also needs the StructInfo or ObjClassInfo that describes how to allocate one.