From: Stefan S. <se...@sy...> - 2004-08-13 01:45:48
|
hi there, I'm still struggling with the internal APIs as I'm trying to make them more type-safe and const-correct. Here are some specific questions: What's the semantics (goal in general, invariants, etc.) of the following methods: * Encoding::GetBaseName() * Encoding::ResolveTypedefName() * TypeInfo::Reference() * TypeInfo::Dereference() * TypeInfo::Normalize() * TypeInfo::SkipCv() * TypeInfo::SkipName() * TypeInfo::ResolveTypedef() Thanks for any clarification ! Stefan |