Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Need info on CPPUnknownClass

Hi Andrew, Bryan and Doug,
For understanding issues related to bug 214017 I need background information on ICPPInternalUnknown, CPPUnknownClass, CPPUnknownScope and few related classes.
  1. What do CPPUnknownClass and CPPUnknownScope classes represent? What is the basic idea behind them? What purpose do they serve?
  2. Why are there no PDOM equivalents? Should they be added?
  3. Why does CPPTemplateTypeParameter implement ICPPInternalUnknown, but PDOMCPPTemplateTypeParameter does not?
  4. Why doesn't CPPTemplateTemplateParameter have a PDOM equivalent? Should it be added?
Any insight will be highly appreciated.

-sergey

Back to the top