Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp | |
org.eclipse.cdt.core.dom.ast.gnu.cpp |
Class and Description |
---|
IGPPASTArrayRangeDesignator
GCC-specific designator that allows for shorthand array range to be specified
in a designated initializer, e.g. in int a[6] = { [2 ... 4] = 29 }; or
struct ABC { int def[10]; } abc = { .def[4 ... 6] = 3 };
|
Class and Description |
---|
GPPLanguage
Concrete ILanguage implementation for the DOM C++ parser.
|
IGPPASTArrayRangeDesignator
GCC-specific designator that allows for shorthand array range to be specified
in a designated initializer, e.g. in int a[6] = { [2 ... 4] = 29 }; or
struct ABC { int def[10]; } abc = { .def[4 ... 6] = 3 };
|
IGPPASTBinaryExpression
G++ introduces additional operators.
|
IGPPASTDeclSpecifier
Deprecated.
Replaced by
IASTDeclSpecifier . |
IGPPASTExplicitTemplateInstantiation
Deprecated.
Replaced by
ICPPASTExplicitTemplateInstantiation |
IGPPASTPointer
Deprecated.
Use
IASTPointer , instead. |
IGPPASTPointerToMember
Deprecated.
Use
ICPPASTPointerToMember , instead. |
IGPPASTSimpleDeclSpecifier
Deprecated.
Replaced by
ICPPASTSimpleDeclSpecifier . |
IGPPPointerType
Deprecated.
Use
IPointerType , instead. |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.