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

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

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Linker
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.sun  
net.sf.antcontrib.cpptasks.ti  
net.sf.antcontrib.cpptasks.trolltechAdapters for Trolltech Qt moc and uic compilers. 
net.sf.antcontrib.cpptasks.types  
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return Linker
+ LinkerLinkerEnum.getLinker() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type Linker
+ voidLinkerDef.visitSystemLibraries(Linker linker, + FileVisitor libraryVisitor) + +
+           
+ voidLinkerDef.visitUserLibraries(Linker linker, + FileVisitor libraryVisitor) + +
+           
+  +

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks with parameters of type Linker
ObjectFileCollector(Linker linker, + java.util.Vector files) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.arm that implement Linker
+ classADSLibrarian + +
+          Adapter for ARM Librarian
+ classADSLinker + +
+          Adapter for the ARM Linker
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.arm that return Linker
+ LinkerADSLinker.getLinker(LinkType linkType) + +
+           
+ LinkerADSLibrarian.getLinker(LinkType linkType) + +
+           
+ LinkerADSCCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.borland that implement Linker
+ classBorlandLibrarian + +
+          Adapter for the Borland(r) tlib Librarian
+ classBorlandLinker + +
+          Adapter for the Borland(r) ilink32 linker
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland that return Linker
+ LinkerBorlandResourceCompiler.getLinker(LinkType type) + +
+           
+ LinkerBorlandLinker.getLinker(LinkType type) + +
+           
+ LinkerBorlandLibrarian.getLinker(LinkType type) + +
+           
+ LinkerBorlandCCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compaq that implement Linker
+ classCompaqVisualFortranLibrarian + +
+          Adapter for the Compaq(r) Visual Fortran Librarian
+ classCompaqVisualFortranLinker + +
+          Adapter for the Compaq(r) Visual Fortran linker.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compaq that return Linker
+ LinkerCompaqVisualFortranLinker.getLinker(LinkType type) + +
+           
+ LinkerCompaqVisualFortranLibrarian.getLinker(LinkType type) + +
+           
+ LinkerCompaqVisualFortranCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compiler that implement Linker
+ classAbstractLinker + +
+          An abstract Linker implementation.
+ classCommandLineLinker + +
+          An abstract Linker implementation that performs the link via an external + command.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return Linker
+ LinkerLinkerConfiguration.getLinker() + +
+           
+ LinkerCommandLineLinkerConfiguration.getLinker() + +
+           
+ 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.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.devstudio that implement Linker
+ classDevStudioCompatibleLibrarian + +
+          Abstract base adapter for librarians with command line options compatible + with the Microsoft(r) Library Manager
+ classDevStudioCompatibleLinker + +
+          Abstract base class for linkers that try to mimic the command line arguments + for the Microsoft (r) Incremental Linker
+ classDevStudioLibrarian + +
+          Adapter for the Microsoft (r) Library Manager
+ classDevStudioLinker + +
+          Adapter for the Microsoft (r) Incremental Linker
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio that return Linker
+ 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 Linker in net.sf.antcontrib.cpptasks.gcc
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.gcc that implement Linker
+ classAbstractArLibrarian + +
+          Adapter for the "ar" tool
+ classAbstractLdLinker + +
+          Abstract adapter for ld-like linkers
+ classGccLibrarian + +
+          Adapter for the 'ar' archiver
+ classGccLinker + +
+          Adapter for the GCC linker
+ classGppLinker + +
+          Adapter for the g++ variant of the GCC linker
+ classLdLinker + +
+          Adapter for the 'ld' linker
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc that return Linker
+ 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 Linker in net.sf.antcontrib.cpptasks.gcc.cross
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross that return Linker
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 that return Linker
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.hp that implement Linker
+ classaCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.hp that return Linker
+ LinkeraCCLinker.getLinker(LinkType type) + +
+           
+ LinkeraCCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.ibm that implement Linker
+ classVisualAgeLinker + +
+          Adapter for IBM(r) Visual Age(tm) Linker for AIX(tm)
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ibm that return Linker
+ LinkerVisualAgeLinker.getLinker(LinkType type) + +
+           
+ LinkerVisualAgeCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.intel that implement Linker
+ classIntelLinux32Linker + +
+          Adapter for the Intel (r) Linker for Linux (r) for IA-32
+ classIntelLinux64Linker + +
+          Adapter for the Intel (r) linker for Linux for IA-64
+ classIntelWin32Librarian + +
+          Adapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 + systems running Microsoft (r) operating systems
+ classIntelWin32Linker + +
+          Adapter for the Intel (r) linker for 32-bit applications
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return Linker
+ 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 Linker in net.sf.antcontrib.cpptasks.mozilla
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla that return Linker
+ LinkerXpidlCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.openwatcom that implement Linker
+ classOpenWatcomCLinker + +
+          Adapter for the OpenWatcom linker.
+ classOpenWatcomFortranLinker + +
+          Adapter for the OpenWatcom Fortran linker.
+ classOpenWatcomLibrarian + +
+          Adapter for the OpenWatcom Librarian.
+ classOpenWatcomLinker + +
+          Adapter for the OpenWatcom linker.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom that return Linker
+ 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 Linker in net.sf.antcontrib.cpptasks.os390
+  +

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.os390 that implement Linker
+ classOS390Linker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 that return Linker
+ LinkerOS390Linker.getLinker(LinkType linkType) + +
+           
+ LinkerOS390CCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.os400 that implement Linker
+ classIccLinker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os400 that return Linker
+ LinkerIccLinker.getLinker(LinkType linkType) + +
+           
+ LinkerIccCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.sun that implement Linker
+ classC89Linker + +
+          Adapter for the Sun C89 Linker
+ classForteCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.sun that return Linker
+ LinkerForteCCLinker.getLinker(LinkType type) + +
+           
+ LinkerForteCCCompiler.getLinker(LinkType linkType) + +
+           
+ LinkerC89Linker.getLinker(LinkType linkType) + +
+           
+ LinkerC89CCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.ti that implement Linker
+ classClxxLibrarian + +
+          Adapter for TI DSP librarian + *
+ classClxxLinker + +
+          Adapter for TI DSP linkers + *
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ti that return Linker
+ LinkerClxxLinker.getLinker(LinkType linkType) + +
+           
+ LinkerClxxLibrarian.getLinker(LinkType linkType) + +
+           
+ LinkerClxxCCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech that return Linker
+ LinkerUserInterfaceCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+ LinkerMetaObjectCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+  +

+ + + + + +
+Uses of Linker in net.sf.antcontrib.cpptasks.types
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.types with parameters of type Linker
+ voidLibrarySet.visitLibraries(org.apache.tools.ant.Project project, + Linker linker, + java.io.File[] libpath, + FileVisitor visitor) + +
+           
+  +

+


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