VISH  0.2
Classes | Functions
MemCore Extended Type Information

Classes

Functions


Function Documentation

const type_info & MemCore::getType ( const string &  s)

Get the intrinsic type information of a registered type (see setTypename() ) from its textual description.

Note:
This function is slow, as it performs an inverse search.
Examples:
DynamicBackground.cpp, and MouseBackground.cpp.
MEMCORE_API void MemCore::setTypename ( const type_info &  t,
const string &  s 
)

A typemap used for adding new type names.

See also:
NameOf
MEMCORE_API string MemCore::Typename ( const type_info &  t)

Given some type, return some human-readable platform independent unique short description.

See also:
setNameOf