Uses of Class
net.sf.antcontrib.cpptasks.ProcessorParam
-
Packages that use ProcessorParam Package Description net.sf.antcontrib.cpptasks C++ and other compiled languages build support for Ant.net.sf.antcontrib.cpptasks.compiler -
-
Uses of ProcessorParam in net.sf.antcontrib.cpptasks
Subclasses of ProcessorParam in net.sf.antcontrib.cpptasks Modifier and Type Class Description classCompilerParamPlace class description here.classLinkerParamPlace class description here.Methods in net.sf.antcontrib.cpptasks that return ProcessorParam Modifier and Type Method Description ProcessorParam[]ProcessorDef. getActiveProcessorParams()Prepares list of processor arguments ( compilerarg, linkerarg) that are active for the current project settings.Methods in net.sf.antcontrib.cpptasks with parameters of type ProcessorParam Modifier and Type Method Description protected voidProcessorDef. addConfiguredProcessorParam(ProcessorParam param)Adds aor -
Uses of ProcessorParam in net.sf.antcontrib.cpptasks.compiler
Fields in net.sf.antcontrib.cpptasks.compiler declared as ProcessorParam Modifier and Type Field Description private ProcessorParam[]CommandLineCompilerConfiguration. paramsprivate ProcessorParam[]CommandLineLinkerConfiguration. paramsMethods in net.sf.antcontrib.cpptasks.compiler that return ProcessorParam Modifier and Type Method Description ProcessorParam[]CommandLineCompilerConfiguration. getParams()ProcessorParam[]CommandLineLinkerConfiguration. getParams()ProcessorParam[]ProcessorConfiguration. getParams()Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type ProcessorParam Constructor Description CommandLineCompilerConfiguration(CommandLineCompiler compiler, java.lang.String identifier, java.io.File[] includePath, java.io.File[] sysIncludePath, java.io.File[] envIncludePath, java.lang.String includePathIdentifier, java.lang.String[] args, ProcessorParam[] params, boolean rebuild, java.lang.String[] endArgs)CommandLineLinkerConfiguration(CommandLineLinker linker, java.lang.String identifier, java.lang.String[][] args, ProcessorParam[] params, boolean rebuild, boolean map, boolean debug, java.lang.String[] libraryNames, java.lang.String startupObject)
-