Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPPointerToMemberType

All Superinterfaces:
java.lang.Cloneable, IPointerType, IType
All Known Subinterfaces:
IGPPPointerToMemberType

public interface ICPPPointerToMemberType
extends IPointerType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY, TYPE_MATCHER
 
Method Summary
 IType getMemberOfClass()
          Returns the class to whose members this points to.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IPointerType
getType, isConst, isRestrict, isVolatile
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

getMemberOfClass

IType getMemberOfClass()
Returns the class to whose members this points to.

Returns:
Either ICPPClassType or ICPPTeplateTypeParameter.

Eclipse CDT
7.0

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