Uses of Class
net.sf.antcontrib.cpptasks.CompilerDef
Packages that use CompilerDef
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of CompilerDef in net.sf.antcontrib.cpptasks
Fields in net.sf.antcontrib.cpptasks declared as CompilerDefModifier and TypeFieldDescriptionprivate final CompilerDef
CCTask.compilerDef
Content that appears inand also in are maintained by a captive CompilerDef instance Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerDefModifier and TypeMethodDescriptionvoid
CCTask.addConfiguredCompiler
(CompilerDef compiler) Adds a compiler definition or reference.CompilerDef.getActivePrecompile
(CompilerDef ccElement) final boolean
CompilerDef.getExceptions
(CompilerDef[] defaultProviders, int index) boolean
CompilerDef.getMultithreaded
(CompilerDef[] defaultProviders, int index) final OptimizationEnum
CompilerDef.getOptimization
(CompilerDef[] defaultProviders, int index) final Boolean
CompilerDef.getRtti
(CompilerDef[] defaultProviders, int index) int
CompilerDef.getWarnings
(CompilerDef[] defaultProviders, int index) -
Uses of CompilerDef in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CompilerDefModifier and TypeMethodDescriptionprotected void
CommandLineCompiler.buildDefineArguments
(CompilerDef[] defs, Vector args) protected abstract CompilerConfiguration
AbstractCompiler.createConfiguration
(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, CompilerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) protected CompilerConfiguration
CommandLineCompiler.createConfiguration
(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo) -
Uses of CompilerDef in net.sf.antcontrib.cpptasks.os390
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type CompilerDefModifier and TypeMethodDescriptionprotected void
OS390CCompiler.buildDefineArguments
(CompilerDef[] defs, Vector args) The buildDefineArguments implementation CommandLineCCompiler is not good for us because os390 defines are give by -D definex instead of /Ddefinex, 2 args not 1! since we implement this ourslefs, we do not have to implement the getDefineSwitch() and the getUndefineSwitch().