Eclipse CDT
7.0

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

All Superinterfaces:
java.lang.Cloneable, IType

public interface ICPPReferenceType
extends IType


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 reference of
 boolean isRValueReference()
          Returns whether this is an rvalue reference (e.g: int&&)
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

getType

IType getType()
Returns the type that this is a reference of


isRValueReference

boolean isRValueReference()
Returns whether this is an rvalue reference (e.g: int&&)

Since:
5.2

Eclipse CDT
7.0

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