Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
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
 
Method Summary
 ICPPClassType getMemberOfClass()
          Get the class to whose members this points to
 
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

getMemberOfClass

ICPPClassType getMemberOfClass()
Get the class to whose members this points to

Returns:

Eclipse CDT
Pre-release 3.0

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