From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../cpptasks/class-use/ProcessorParam.html | 300 +++++++++++++++++++++ 1 file changed, 300 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorParam.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorParam.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorParam.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorParam.html new file mode 100644 index 0000000..3b09cdb --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorParam.html @@ -0,0 +1,300 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ProcessorParam (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ProcessorParam

+
+ + + + + + + + + + + + + +
+Packages that use ProcessorParam
net.sf.antcontrib.cpptasksC++ 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
+ classCompilerParam + +
+          Place class description here.
+ classLinkerParam + +
+          Place class description here.
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return ProcessorParam
+ 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
+protected  voidProcessorDef.addConfiguredProcessorParam(ProcessorParam param) + +
+          Adds a or
+  +

+ + + + + +
+Uses of ProcessorParam in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return ProcessorParam
+ ProcessorParam[]ProcessorConfiguration.getParams() + +
+           
+ ProcessorParam[]CommandLineLinkerConfiguration.getParams() + +
+           
+ ProcessorParam[]CommandLineCompilerConfiguration.getParams() + +
+           
+  +

+ + + + + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type ProcessorParam
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) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3