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

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

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use AbstractProcessor
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.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. 
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.arm
+ classADSCCompiler + +
+          Adapter for the ARM C Compilers + + See Doc No: ARM DUI 0151A, Issued: Nov 2001 at + http://www.arm.com/arm/User_Guides?OpenDocument
+ classADSLibrarian + +
+          Adapter for ARM Librarian
+ classADSLinker + +
+          Adapter for the ARM Linker
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.borland
+ classBorlandCCompiler + +
+          Adapter for the Borland(r) C/C++ compiler.
+ classBorlandLibrarian + +
+          Adapter for the Borland(r) tlib Librarian
+ classBorlandLinker + +
+          Adapter for the Borland(r) ilink32 linker
+ classBorlandResourceCompiler + +
+          Adapter for the Borland(r) brc32 Resource compiler.
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.compaq
+ classCompaqVisualFortranCompiler + +
+          Adapter for the Compaq(r) Visual Fortran compiler.
+ classCompaqVisualFortranLibrarian + +
+          Adapter for the Compaq(r) Visual Fortran Librarian
+ classCompaqVisualFortranLinker + +
+          Adapter for the Compaq(r) Visual Fortran linker.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.compiler
+ classAbstractCompiler + +
+          An abstract compiler implementation.
+ classAbstractLinker + +
+          An abstract Linker implementation.
+ classCommandLineCCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineFortranCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineLinker + +
+          An abstract Linker implementation that performs the link via an external + command.
+ classPrecompilingCommandLineCCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+ classPrecompilingCommandLineCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.devstudio
+ classDevStudio2005CCompiler + +
+          Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
+ classDevStudioCCompiler + +
+          Adapter for the Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleCCompiler + +
+          An abstract base class for compilers that are basically command line + compatible with Microsoft(r) C/C++ Optimizing Compiler
+ 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
+ classDevStudioMIDLCompiler + +
+          Adapter for the Microsoft (r) MIDL Compiler
+ classDevStudioResourceCompiler + +
+          Adapter for the Microsoft (r) Windows 32 Resource Compiler
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.gcc
+ classAbstractArLibrarian + +
+          Adapter for the "ar" tool
+ classAbstractLdLinker + +
+          Abstract adapter for ld-like linkers
+ classGccCCompiler + +
+          Adapter for the GCC C/C++ compiler
+ classGccCompatibleCCompiler + +
+          Abstract base class for compilers that attempt to be command line compatible + with GCC
+ 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
+ classWindresResourceCompiler + +
+          Adapter for the GNU windres resource compiler.
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.hp
+ classaCCCompiler + +
+          Adapter for the HP aC++ C++ compiler
+ classaCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.ibm
+ classVisualAgeCCompiler + +
+          Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)
+ classVisualAgeLinker + +
+          Adapter for IBM(r) Visual Age(tm) Linker for AIX(tm)
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.intel
+ classIntelLinux32CCompiler + +
+          Adapter for the Intel (r) C/C++ compiler for IA-32 Linux (r) + + The Intel (r) C/C++ compiler for IA32 Linux mimics the command options for + gcc compiler.
+ classIntelLinux32Linker + +
+          Adapter for the Intel (r) Linker for Linux (r) for IA-32
+ classIntelLinux64CCompiler + +
+          Adapter for the Intel (r) C/C++ compiler for IA-64 Linux (r) + + The Intel C/C++ compiler for IA-64 Linux mimics the command options for gcc + compiler.
+ classIntelLinux64Linker + +
+          Adapter for the Intel (r) linker for Linux for IA-64
+ classIntelWin32CCompiler + +
+          Adapter for the Intel (r) C++ compiler for 32-bit applications + + The Intel (r) C++ compiler for IA32 Windows mimics the command options for + the Microsoft (r) C++ compiler.
+ 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
+ classIntelWin64CCompiler + +
+          Adapter for the Intel C++ compiler for Itanium(TM) Applications
+  +

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

+ + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.mozilla
+ classXpidlCompiler + +
+          Adapter for the Mozilla Xpidl Compiler.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.openwatcom
+ classOpenWatcomCCompiler + +
+          Adapter for the OpenWatcom C Compiler.
+ classOpenWatcomCLinker + +
+          Adapter for the OpenWatcom linker.
+ classOpenWatcomCompiler + +
+          An abstract base class for the OpenWatcom C and Fortran compilers.
+ classOpenWatcomFortranCompiler + +
+          Adapter for the OpenWatcom Fortran compiler.
+ classOpenWatcomFortranLinker + +
+          Adapter for the OpenWatcom Fortran linker.
+ classOpenWatcomLibrarian + +
+          Adapter for the OpenWatcom Librarian.
+ classOpenWatcomLinker + +
+          Adapter for the OpenWatcom linker.
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.os390
+ classOS390CCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+ classOS390Linker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.os400
+ classIccCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+ classIccLinker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.sun
+ classC89CCompiler + +
+          Adapter for the Sun C89 C++ Compiler
+ classC89Linker + +
+          Adapter for the Sun C89 Linker
+ classForteCCCompiler + +
+          Adapter for the Sun (r) Forte (tm) C++ compiler
+ classForteCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.ti
+ classClxxCCompiler + +
+          Adapter for TI DSP compilers with cl** commands
+ classClxxLibrarian + +
+          Adapter for TI DSP librarian + *
+ classClxxLinker + +
+          Adapter for TI DSP linkers + *
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.trolltech
+ classMetaObjectCompiler + +
+          Adapter for the Trolltech Qt MOC Compiler.
+ classUserInterfaceCompiler + +
+          Adapter for the Trolltech Qt UIC Compiler.
+  +

+


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