Package org.eclipse.cdt.core.dom.ast.gnu.cpp
-
Interface Summary Interface Description IGPPASTArrayRangeDesignator GCC-specific designator that allows for shorthand array range to be specified in a designated initializer, e.g.IGPPASTBinaryExpression G++ introduces additional operators.IGPPASTDeclSpecifier Deprecated. Replaced byIASTDeclSpecifier
.IGPPASTExplicitTemplateInstantiation Deprecated. Replaced byICPPASTExplicitTemplateInstantiation
IGPPASTPointer Deprecated. UseIASTPointer
, instead.IGPPASTPointerToMember Deprecated. UseICPPASTPointerToMember
, instead.IGPPASTSimpleDeclSpecifier Deprecated. Replaced byICPPASTSimpleDeclSpecifier
.IGPPBasicType Deprecated. useICPPBasicType
, instead.IGPPPointerToMemberType Deprecated. UseICPPPointerToMemberType
, instead.IGPPPointerType Deprecated. UseIPointerType
, instead.IGPPQualifierType -
Class Summary Class Description GPPLanguage Concrete ILanguage implementation for the DOM C++ parser.