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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.LinkType

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use LinkType
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.arm  
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compaq  
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.gcc  
net.sf.antcontrib.cpptasks.gcc.cross  
net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2  
net.sf.antcontrib.cpptasks.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.intel  
net.sf.antcontrib.cpptasks.mozillaCompiler adapter for Mozilla's XPCOM compiler. 
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.os390  
net.sf.antcontrib.cpptasks.os400  
net.sf.antcontrib.cpptasks.platformsPlatform specific utilities. 
net.sf.antcontrib.cpptasks.sun  
net.sf.antcontrib.cpptasks.ti  
net.sf.antcontrib.cpptasks.trolltechAdapters for Trolltech Qt moc and uic compilers. 
+  +

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

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type LinkType
+ ProcessorConfigurationProcessorDef.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef baseDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Creates a configuration
+protected  ProcessorProcessorDef.getProcessor(LinkType linkType) + +
+          Obtains the appropriate processor (compiler, linker) based on the + LinkType.
+ ProcessorLinkerDef.getProcessor(LinkType linkType) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.arm
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.arm with parameters of type LinkType
+protected  voidADSLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidADSLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidADSCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          
+ LinkerADSLinker.getLinker(LinkType linkType) + +
+           
+ LinkerADSLibrarian.getLinker(LinkType linkType) + +
+           
+ LinkerADSCCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type LinkType
+protected  voidBorlandLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidBorlandLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidBorlandResourceCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+protected  voidBorlandCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ voidBorlandLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+ LinkerBorlandResourceCompiler.getLinker(LinkType type) + +
+           
+ LinkerBorlandLinker.getLinker(LinkType type) + +
+           
+ LinkerBorlandLibrarian.getLinker(LinkType type) + +
+           
+ LinkerBorlandCCompiler.getLinker(LinkType type) + +
+           
+protected  java.lang.StringBorlandLinker.getStartupObject(LinkType linkType) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.compaq
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compaq with parameters of type LinkType
+protected  voidCompaqVisualFortranLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidCompaqVisualFortranLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidCompaqVisualFortranCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerCompaqVisualFortranLinker.getLinker(LinkType type) + +
+           
+ LinkerCompaqVisualFortranLibrarian.getLinker(LinkType type) + +
+           
+ LinkerCompaqVisualFortranCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type LinkType
+protected abstract  voidCommandLineLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected abstract  voidCommandLineCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ voidLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+ voidAbstractLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+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) + +
+           
+protected  LinkerConfigurationCommandLineLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + LinkerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  LinkerConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + LinkerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationProcessor.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] defaultProviders, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Returns the compiler configuration for or element.
+ ProcessorConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ LinkerProcessor.getLinker(LinkType type) + +
+          Gets the linker that is associated with this processors
+ LinkerLinker.getLinker(LinkType linkType) + +
+          Gets the linker for the specified link type.
+protected  java.lang.StringCommandLineLinker.getStartupObject(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type LinkType
+protected  voidDevStudioCompatibleLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidDevStudioCompatibleLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidDevStudioResourceCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+protected  voidDevStudioMIDLCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+protected  voidDevStudioCompatibleCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ voidDevStudioCompatibleLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+ LinkerDevStudioResourceCompiler.getLinker(LinkType type) + +
+           
+ LinkerDevStudioMIDLCompiler.getLinker(LinkType type) + +
+           
+ LinkerDevStudioLinker.getLinker(LinkType type) + +
+           
+ LinkerDevStudioLibrarian.getLinker(LinkType type) + +
+           
+ LinkerDevStudioCCompiler.getLinker(LinkType type) + +
+           
+ LinkerDevStudio2005CCompiler.getLinker(LinkType type) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.gcc
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type LinkType
+protected  voidGppLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidGccLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidAbstractLdLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+ voidAbstractArLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidWindresResourceCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ voidGccCompatibleCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ voidGccCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerWindresResourceCompiler.getLinker(LinkType type) + +
+           
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.gcc.cross
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type LinkType
+protected  voidGppLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidGccLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+ voidGccCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 with parameters of type LinkType
+protected  voidGppLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidGccLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+ voidGccCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.hp
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.hp with parameters of type LinkType
+ voidaCCLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+ voidaCCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkeraCCLinker.getLinker(LinkType type) + +
+           
+ LinkeraCCCompiler.getLinker(LinkType linkType) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.ibm
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ibm with parameters of type LinkType
+ voidVisualAgeLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+ voidVisualAgeCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerVisualAgeLinker.getLinker(LinkType type) + +
+           
+ LinkerVisualAgeCCompiler.getLinker(LinkType linkType) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.intel
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel with parameters of type LinkType
+ LinkerIntelWin64CCompiler.getLinker(LinkType type) + +
+           
+ LinkerIntelWin32Linker.getLinker(LinkType type) + +
+           
+ LinkerIntelWin32Librarian.getLinker(LinkType type) + +
+           
+ LinkerIntelWin32CCompiler.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux64Linker.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux64CCompiler.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux32Linker.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux32CCompiler.getLinker(LinkType type) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.mozilla
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla with parameters of type LinkType
+protected  voidXpidlCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          Add arguments for debug, etc.
+ LinkerXpidlCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type LinkType
+protected  voidOpenWatcomLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+          Adds other command line parameters.
+protected  voidOpenWatcomLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+          Add implied arguments.
+protected  voidOpenWatcomCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          Add implied arguments.
+ voidOpenWatcomLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+ LinkerOpenWatcomLibrarian.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomFortranLinker.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomFortranCompiler.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomCLinker.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomCCompiler.getLinker(LinkType type) + +
+          Get linker.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type LinkType
+protected  voidOS390Linker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidOS390CCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerOS390Linker.getLinker(LinkType linkType) + +
+           
+ LinkerOS390CCompiler.getLinker(LinkType type) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.os400
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type LinkType
+protected  voidIccLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidIccCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerIccLinker.getLinker(LinkType linkType) + +
+           
+ LinkerIccCompiler.getLinker(LinkType type) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.platforms
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.platforms with parameters of type LinkType
+static voidWindowsPlatform.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+static voidWindowsPlatform.writeResource(java.io.Writer writer, + VersionInfo versionInfo, + java.io.File outputFile, + boolean isDebug, + LinkType linkType) + +
+          Writes windows resource.
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.sun
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.sun with parameters of type LinkType
+ voidForteCCLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidC89Linker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+ voidForteCCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+protected  voidC89CCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerForteCCLinker.getLinker(LinkType type) + +
+           
+ LinkerForteCCCompiler.getLinker(LinkType linkType) + +
+           
+ LinkerC89Linker.getLinker(LinkType linkType) + +
+           
+ LinkerC89CCompiler.getLinker(LinkType type) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.ti
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ti with parameters of type LinkType
+protected  voidClxxLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidClxxLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidClxxCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerClxxLinker.getLinker(LinkType linkType) + +
+           
+ LinkerClxxLibrarian.getLinker(LinkType linkType) + +
+           
+ LinkerClxxCCompiler.getLinker(LinkType type) + +
+           
+  +

+ + + + + +
+Uses of LinkType in net.sf.antcontrib.cpptasks.trolltech
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type LinkType
+protected  voidUserInterfaceCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          Add arguments for debug, etc.
+protected  voidMetaObjectCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          Add arguments for debug, etc.
+ LinkerUserInterfaceCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+ LinkerMetaObjectCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+  +

+


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