Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IPointerType

Packages that use IPointerType
org.eclipse.cdt.core.dom.ast.c   
org.eclipse.cdt.core.dom.ast.cpp   
org.eclipse.cdt.core.dom.ast.gnu.cpp   
 

Uses of IPointerType in org.eclipse.cdt.core.dom.ast.c
 

Subinterfaces of IPointerType in org.eclipse.cdt.core.dom.ast.c
 interface ICPointerType
           
 

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

Subinterfaces of IPointerType in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPPointerToMemberType
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return IPointerType
 IPointerType ICPPFunctionType.getThisType()
          Deprecated. function types don't relate to this pointers at all.
 

Uses of IPointerType in org.eclipse.cdt.core.dom.ast.gnu.cpp
 

Subinterfaces of IPointerType in org.eclipse.cdt.core.dom.ast.gnu.cpp
 interface IGPPPointerToMemberType
          Deprecated. Use ICPPPointerToMemberType, instead.
 interface IGPPPointerType
          Deprecated. Use IPointerType, instead.
 


Eclipse CDT
7.0

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