Eclipse CDT
Pre-release 3.0

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

Packages that use IASTPointer
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.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
Pre-release 3.0

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