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

+ +net.sf.antcontrib.cpptasks +
+Class CompilerEnum

+
+java.lang.Object
+  extended by org.apache.tools.ant.types.EnumeratedAttribute
+      extended by net.sf.antcontrib.cpptasks.CompilerEnum
+
+
+
+
public class CompilerEnum
extends org.apache.tools.ant.types.EnumeratedAttribute
+ + +

+Enumeration of supported compilers + + Supported compilers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + * + + + + + + + + + + + + + + + + + + + + + + + +
gcc (default)GCC C++ compiler
g++GCC C++ compiler
c++GCC C++ compiler
g77GNU FORTRAN compiler
msvcMicrosoft Visual C++
msvc8Microsoft Visual C++ 8
bccBorland C++ Compiler
msrcMicrosoft Resource Compiler
brcBorland Resource Compiler
dfCompaq Visual Fortran Compiler
midlMicrosoft MIDL Compiler
iclIntel C++ compiler for Windows (IA-32)
eclIntel C++ compiler for Windows (IA-64)
iccIntel C++ compiler for Linux (IA-32)
eccIntel C++ compiler for Linux (IA-64)
CCSun ONE C++ compiler
aCCHP aC++ C++ Compiler
os390OS390 C Compiler
os400Icc Compiler
sunc89Sun C89 C Compiler
xlCVisualAge C Compiler
cl6xTI TMS320C6000 Optimizing Compiler
cl55TI TMS320C55x Optimizing C/C++ Compiler
armcppARM 32-bit C++ compiler
armccARM 32-bit C compiler
tcppARM 16-bit C++ compiler
tccARM 16-bit C compiler
uicQt user interface compiler
mocQt meta-object compiler
xpidlMozilla xpidl compiler (creates .h and .xpt files).
wclOpenWatcom C/C++ compiler (experimental)
wflOpenWatcom FORTRAN compiler (experimental)
windresGNU windres resource compiler
+

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
+  + + + + + + + + + + +
+Constructor Summary
CompilerEnum() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ CompilergetCompiler() + +
+           
+ java.lang.String[]getValues() + +
+           
+ + + + + + + +
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getValue, indexOfValue, setValue, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CompilerEnum

+
+public CompilerEnum()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCompiler

+
+public Compiler getCompiler()
+
+
+
+
+
+
+ +

+getValues

+
+public java.lang.String[] getValues()
+
+
+
Specified by:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3