|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPointerType
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType |
---|
EMPTY_TYPE_ARRAY, TYPE_MATCHER |
Method Summary | |
---|---|
IType |
getType()
Returns the type that this is a pointer to |
boolean |
isConst()
Returns whether the pointer is const qualified. |
boolean |
isRestrict()
Returns whether the pointer is qualified to be restrict. |
boolean |
isVolatile()
Returns whether the pointer is volatile qualified. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType |
---|
clone, isSameType |
Method Detail |
---|
IType getType()
boolean isConst()
boolean isVolatile()
boolean isRestrict()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |