Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.cpp.ICPPFunction

Packages that use ICPPFunction
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of ICPPFunction in org.eclipse.cdt.core.dom.ast.cpp
 

Subinterfaces of ICPPFunction in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPConstructor
           
 interface ICPPFunctionTemplate
          Interface for function templates
 interface ICPPMethod
          Base interface for methods, also used for constructors.
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPFunction
 ICPPFunction ICPPASTBinaryExpression.getOverload()
          Returns the function binding for the overloaded operator, or null if the operator is not overloaded.
 ICPPFunction ICPPASTUnaryExpression.getOverload()
          Returns the function binding for the overloaded operator, or null if the operator is not overloaded.
 


Eclipse CDT
7.0

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