Uses of Class
com.github.maven_nar.cpptasks.ProcessorParam

Packages that use ProcessorParam
com.github.maven_nar.cpptasks C++ and other compiled languages build support for Ant. 
com.github.maven_nar.cpptasks.compiler   
 

Uses of ProcessorParam in com.github.maven_nar.cpptasks
 

Subclasses of ProcessorParam in com.github.maven_nar.cpptasks
 class CompilerParam
          Place class description here.
 class LinkerParam
          Place class description here.
 

Methods in com.github.maven_nar.cpptasks that return ProcessorParam
 ProcessorParam[] ProcessorDef.getActiveProcessorParams()
          Prepares list of processor arguments ( compilerarg, linkerarg) that are active for the current project settings.
 

Methods in com.github.maven_nar.cpptasks with parameters of type ProcessorParam
protected  void ProcessorDef.addConfiguredProcessorParam(ProcessorParam param)
          Adds a or
 

Uses of ProcessorParam in com.github.maven_nar.cpptasks.compiler
 

Methods in com.github.maven_nar.cpptasks.compiler that return ProcessorParam
 ProcessorParam[] CommandLineLinkerConfiguration.getParams()
           
 ProcessorParam[] ProcessorConfiguration.getParams()
           
 ProcessorParam[] CommandLineCompilerConfiguration.getParams()
           
 

Constructors in com.github.maven_nar.cpptasks.compiler with parameters of type ProcessorParam
CommandLineCompilerConfiguration(CommandLineCompiler compiler, String identifier, File[] includePath, File[] sysIncludePath, File[] envIncludePath, String includePathIdentifier, String[] args, ProcessorParam[] params, boolean rebuild, String[] endArgs)
           
CommandLineCompilerConfiguration(CommandLineCompiler compiler, String identifier, File[] includePath, File[] sysIncludePath, File[] envIncludePath, String includePathIdentifier, String[] args, ProcessorParam[] params, boolean rebuild, String[] endArgs, String commandPath)
           
CommandLineLinkerConfiguration(CommandLineLinker linker, String identifier, String[][] args, ProcessorParam[] params, boolean rebuild, boolean map, boolean debug, String[] libraryNames, String startupObject)
           
CommandLineLinkerConfiguration(CommandLineLinker linker, String identifier, String[][] args, ProcessorParam[] params, boolean rebuild, boolean map, boolean debug, String[] libraryNames, String startupObject, String commandPath)
           
 



Copyright © 2001-2013. All Rights Reserved.