Eclipse CDT
7.0

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

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

Uses of IASTPointer in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTPointer
 IASTPointer IASTPointer.copy()
           
 IASTPointer INodeFactory.newPointer()
           
 

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

Subinterfaces of IASTPointer in org.eclipse.cdt.core.dom.ast.c
 interface ICASTPointer
          C-specific pointer.
 

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

Subinterfaces of IASTPointer in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTPointerToMember
          This is a pointer to member pointer operator for declarators.
 

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

Subinterfaces of IASTPointer in org.eclipse.cdt.core.dom.ast.gnu.cpp
 interface IGPPASTPointer
          g++ allows for restrict pointers.
 interface IGPPASTPointerToMember
          G++ Pointer 2 Members accept the restrict qualified as well.
 


Eclipse CDT
7.0

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