CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
SerResolved Struct Reference

#include <sertype.h>

Data Fields

stype type
 runtime descriptor
 
const StructInfo * structinfo
 struct / structp, else NULL
 
ObjClassInfoclsinfo
 object class, else NULL
 

Detailed Description

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.

Definition at line 59 of file sertype.h.


The documentation for this struct was generated from the following file: