TypeInformation::Write
Background
This method stores the type information for the class this object
represents into the TypeIO `IO`.
Prototype
int Write( TypeIO & IO, StrList * p_pstClassNameList ) const
Parameters
- TypeIO & IO: The TypeIO object to write data to.
- StrList * p_pstClassNameList
Return Value
Non-zero indicates success, zero indicates failure.