$typedef

The Xc++ language allows for reflecting a type definition using $typedef.

For example


$typedef+ float64 Mass;

The '+' means that the typedef is public - so it is reflected.

When a $typedef is reflected an instance of a ReflectedTypedef is registered in the ReflectedTypedef registry.