Eclipse CDT
7.0

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

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

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

Subinterfaces of ICPPNamespaceScope in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPBlockScope
           
 

Fields in org.eclipse.cdt.core.dom.ast.cpp declared as ICPPNamespaceScope
static ICPPNamespaceScope[] ICPPNamespaceScope.EMPTY_NAMESPACE_SCOPE_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPNamespaceScope
 ICPPNamespaceScope[] ICPPNamespaceScope.getInlineNamespaces()
          Returns the inline namespaces that are members of this scope.
 ICPPNamespaceScope ICPPNamespace.getNamespaceScope()
          Returns the scope object associated with this namespace
 ICPPNamespaceScope ICPPUsingDirective.getNominatedScope()
          Returns the scope of the namespace that is nominated by this directive, or null if it cannot be determined.
 


Eclipse CDT
7.0

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