Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast.gnu.cpp
Interface IGPPPointerType

All Superinterfaces:
Cloneable, IPointerType, IType
All Known Subinterfaces:
IGPPPointerToMemberType

public interface IGPPPointerType
extends IPointerType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY, TYPE_MATCHER
 
Method Summary
 boolean isRestrict()
          is this a restrict pointer
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IPointerType
getType, isConst, isVolatile
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

isRestrict

boolean isRestrict()
is this a restrict pointer


Eclipse CDT
7.0

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