Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Field and Description |
---|---|
static ICPPUsingDirective[] |
ICPPUsingDirective.EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
ICPPUsingDirective[] |
ICPPNamespaceScope.getUsingDirectives()
Get the using directives that have been added to this scope to nominate other
namespaces during lookup.
|
Modifier and Type | Method and Description |
---|---|
void |
ICPPNamespaceScope.addUsingDirective(ICPPUsingDirective usingDirective)
Add a directive that nominates another namespace to this scope.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.