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 --- .../antcontrib/cpptasks/class-use/CompilerDef.html | 319 +++++++++++++++++++++ 1 file changed, 319 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerDef.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerDef.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerDef.html new file mode 100644 index 0000000..1ad996f --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerDef.html @@ -0,0 +1,319 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.CompilerDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

+
+ + + + + + + + + + + + + + + + + +
+Packages that use CompilerDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.os390  
+  +

+ + + + + +
+Uses of CompilerDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerDef
+ voidCCTask.addConfiguredCompiler(CompilerDef compiler) + +
+          Adds a compiler definition or reference.
+ PrecompileDefCompilerDef.getActivePrecompile(CompilerDef ccElement) + +
+           
+ booleanCompilerDef.getExceptions(CompilerDef[] defaultProviders, + int index) + +
+           
+ booleanCompilerDef.getMultithreaded(CompilerDef[] defaultProviders, + int index) + +
+           
+ OptimizationEnumCompilerDef.getOptimization(CompilerDef[] defaultProviders, + int index) + +
+           
+ java.lang.BooleanCompilerDef.getRtti(CompilerDef[] defaultProviders, + int index) + +
+           
+ intCompilerDef.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 CompilerDef
+protected  voidCommandLineCompiler.buildDefineArguments(CompilerDef[] defs, + java.util.Vector args) + +
+           
+protected  CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + CompilerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + CompilerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + +
+Uses of CompilerDef in net.sf.antcontrib.cpptasks.os390
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type CompilerDef
+protected  voidOS390CCompiler.buildDefineArguments(CompilerDef[] defs, + java.util.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().
+  +

+


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