Displaying 1 result from an estimated 1 matches for "tixmlstring".
Did you mean:
timestring
2006 Mar 19
1
[LLVMdev] Idioms for retrieving global symbols and inheritance
...uot; << itr2->first << endl; //Produces same list that
is produced by itr1
// cerr << itr2->second->getName() << endl;
// This outputs junk (including unprintablecharacters)
}
}
}
}
-----------
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 gene...