search for: subtype_iterator

Displaying 1 result from an estimated 1 matches for "subtype_iterator".

2006 Mar 19
1
[LLVMdev] Idioms for retrieving global symbols and inheritance
...printablecharacters) } } } } ----------- Output: for a small sample file ----------- struct.TiXmlString struct.TiXmlString struct.TiXmlString::Rep struct.TiXmlString::Rep struct.TiXmlString struct.TiXmlString::Rep 2. To retrieve subtypes of a given type, subtype_iterator can be used, but how to obtain type names from the subtype pointers obtained is not clear. In general, for an analyzed C++ code, is it possible to obtain inheritance information? TIA