Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.cpp.ICPPUsingDirective

Packages that use ICPPUsingDirective
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of ICPPUsingDirective in org.eclipse.cdt.core.dom.ast.cpp
 

Fields in org.eclipse.cdt.core.dom.ast.cpp declared as ICPPUsingDirective
static ICPPUsingDirective[] ICPPUsingDirective.EMPTY_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPUsingDirective
 ICPPUsingDirective[] ICPPNamespaceScope.getUsingDirectives()
          Get the using directives that have been added to this scope to nominate other namespaces during lookup.
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPUsingDirective
 void ICPPNamespaceScope.addUsingDirective(ICPPUsingDirective usingDirective)
          Add a directive that nominates another namespace to this scope.
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.