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

+Uses of Interface
net.sf.antcontrib.cpptasks.compiler.CompilerConfiguration

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use CompilerConfiguration
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
+  +

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerConfiguration
+ DependencyInfoDependencyTable.parseIncludes(CCTask task, + CompilerConfiguration compiler, + java.io.File source) + +
+           
+ voidDependencyTable.walkDependencies(CCTask task, + DependencyInfo dependInfo, + CompilerConfiguration compiler, + DependencyInfo[] stack, + DependencyTable.DependencyVisitor visitor) + +
+           
+  +

+ + + + + +
+Uses of CompilerConfiguration in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland that return CompilerConfiguration
+protected  CompilerConfigurationBorlandCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude) + +
+           
+protected  CompilerConfigurationBorlandCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude, + java.lang.String[] exceptFiles) + +
+           
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compiler that implement CompilerConfiguration
+ classCommandLineCompilerConfiguration + +
+          A configuration for a C++ compiler
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return CompilerConfiguration
+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) + +
+           
+ CompilerConfiguration[]PrecompilingCompiler.createPrecompileConfigurations(CompilerConfiguration config, + java.io.File prototype, + java.lang.String[] nonPrecompiledFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+ CompilerConfiguration[]PrecompilingCommandLineCompiler.createPrecompileConfigurations(CompilerConfiguration config, + java.io.File prototype, + java.lang.String[] exceptFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+ CompilerConfiguration[]CompilerConfiguration.createPrecompileConfigurations(java.io.File prototype, + java.lang.String[] nonPrecompiledFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+ CompilerConfiguration[]CommandLineCompilerConfiguration.createPrecompileConfigurations(java.io.File prototype, + java.lang.String[] nonPrecompiledFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+protected abstract  CompilerConfigurationPrecompilingCommandLineCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude) + +
+           
+protected abstract  CompilerConfigurationPrecompilingCommandLineCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude, + java.lang.String[] exceptFiles) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CompilerConfiguration
+ CompilerConfiguration[]PrecompilingCompiler.createPrecompileConfigurations(CompilerConfiguration config, + java.io.File prototype, + java.lang.String[] nonPrecompiledFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+ CompilerConfiguration[]PrecompilingCommandLineCompiler.createPrecompileConfigurations(CompilerConfiguration config, + java.io.File prototype, + java.lang.String[] exceptFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+  +

+ + + + + +
+Uses of CompilerConfiguration in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio that return CompilerConfiguration
+protected  CompilerConfigurationDevStudioCompatibleCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude) + +
+           
+protected  CompilerConfigurationDevStudioCompatibleCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude, + java.lang.String[] exceptFiles) + +
+           
+  +

+


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