Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
static boolean |
ASTTypeUtil.functionTakesParameters(IFunction function)
Returns whether the function matching the given function binding takes parameters or not.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPConstructor |
interface |
ICPPDeferredFunction
Represents a reference to a function which cannot be resolved
because an argument depends on a template parameter.
|
interface |
ICPPFunction
Binding for c++ functions.
|
interface |
ICPPFunctionInstance
This interface represents an instantiation or an explicit specialization of a function template.
|
interface |
ICPPFunctionTemplate
Interface for function templates
|
interface |
ICPPMethod
Base interface for methods, also used for constructors.
|
interface |
ICPPMethodSpecialization
Specialization of a method.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.