1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Supported Language Bindings</TITLE>
<META NAME="description" CONTENT="Supported Language Bindings">
<META NAME="keywords" CONTENT="users_guide">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="users_guide.css">
<LINK REL="next" HREF="node186.html">
<LINK REL="previous" HREF="node22.html">
<LINK REL="up" HREF="users_guide.html">
<LINK REL="next" HREF="node110.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html2266"
HREF="node110.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html2260"
HREF="users_guide.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html2254"
HREF="node108.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html2262"
HREF="node14.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<A NAME="tex2html2264"
HREF="node317.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html2267"
HREF="node110.html">C Bindings</A>
<B> Up:</B> <A NAME="tex2html2261"
HREF="users_guide.html">Babel Users' Guide</A>
<B> Previous:</B> <A NAME="tex2html2255"
HREF="node108.html">XML Repositories</A>
<B> <A NAME="tex2html2263"
HREF="node14.html">Contents</A></B>
<B> <A NAME="tex2html2265"
HREF="node317.html">Index</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION03000000000000000000"></A><A NAME="p:supported_langs"></A>
<BR>
Supported Language Bindings
</H1>
<P>
<P>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
<UL CLASS="ChildLinks">
<LI><A NAME="tex2html2268"
HREF="node110.html">C Bindings</A>
<UL>
<LI><A NAME="tex2html2269"
HREF="node111.html">Introduction</A>
<LI><A NAME="tex2html2270"
HREF="node112.html">Basic Types</A>
<LI><A NAME="tex2html2271"
HREF="node113.html">Header files</A>
<LI><A NAME="tex2html2272"
HREF="node114.html">Mapping for classes, interfaces, arrays and r-arrays</A>
<LI><A NAME="tex2html2273"
HREF="node115.html">Calling SIDL methods from C</A>
<LI><A NAME="tex2html2274"
HREF="node116.html">Catching and Throwing Exceptions in C</A>
<LI><A NAME="tex2html2275"
HREF="node117.html">Implicitly defined methods</A>
<LI><A NAME="tex2html2276"
HREF="node118.html">Invoking Babel to generate C bindings</A>
<LI><A NAME="tex2html2277"
HREF="node119.html">Invoking Babel to generate C implementations</A>
</UL>
<BR>
<LI><A NAME="tex2html2278"
HREF="node120.html">C++ Bindings</A>
<UL>
<LI><A NAME="tex2html2279"
HREF="node121.html">Introduction</A>
<LI><A NAME="tex2html2280"
HREF="node122.html">Basic Types</A>
<LI><A NAME="tex2html2281"
HREF="node123.html">SIDL C++ Header Suffix</A>
<LI><A NAME="tex2html2282"
HREF="node124.html">SIDL's Main C++ Header File</A>
<LI><A NAME="tex2html2283"
HREF="node125.html">Calling Methods from C++</A>
<LI><A NAME="tex2html2284"
HREF="node126.html">Catching and Throwing Exceptions in C++</A>
<LI><A NAME="tex2html2285"
HREF="node127.html">Invoking Babel to generate C++ stubs</A>
<LI><A NAME="tex2html2286"
HREF="node128.html">Implementing SIDL Classes in C++</A>
<LI><A NAME="tex2html2287"
HREF="node129.html">Accessing SIDL Arrays From C++</A>
<LI><A NAME="tex2html2288"
HREF="node130.html">C++ Specific Babel Command Line Options</A>
</UL>
<BR>
<LI><A NAME="tex2html2289"
HREF="node131.html">FORTRAN 77 Bindings</A>
<UL>
<LI><A NAME="tex2html2290"
HREF="node132.html">Introduction</A>
<LI><A NAME="tex2html2291"
HREF="node133.html">Basic Types</A>
<LI><A NAME="tex2html2292"
HREF="node134.html">Calling Methods From FORTRAN 77</A>
<LI><A NAME="tex2html2293"
HREF="node135.html">Catching and Throwing Exceptions in FORTRAN 77</A>
<LI><A NAME="tex2html2294"
HREF="node136.html">Invoking Babel to generate FORTRAN 77 Stubs</A>
<LI><A NAME="tex2html2295"
HREF="node137.html">Implementing Classes in FORTRAN 77</A>
<LI><A NAME="tex2html2296"
HREF="node138.html">Accessing SIDL Arrays From FORTRAN 77</A>
<LI><A NAME="tex2html2297"
HREF="node139.html">FORTRAN 77 objects with state</A>
</UL>
<BR>
<LI><A NAME="tex2html2298"
HREF="node140.html">FORTRAN 90 Bindings</A>
<UL>
<LI><A NAME="tex2html2299"
HREF="node141.html">Introduction</A>
<LI><A NAME="tex2html2300"
HREF="node142.html">Basic Types</A>
<LI><A NAME="tex2html2301"
HREF="node143.html">Calling Methods From FORTRAN 90</A>
<LI><A NAME="tex2html2302"
HREF="node144.html">Catching and Throwing Exceptions in Fortran 90</A>
<LI><A NAME="tex2html2303"
HREF="node145.html">Invoking Babel to Generate F90 Stubs</A>
<LI><A NAME="tex2html2304"
HREF="node146.html">Implementing Classes in FORTRAN 90</A>
<LI><A NAME="tex2html2305"
HREF="node147.html">Accessing SIDL Arrays From FORTRAN 90</A>
</UL>
<BR>
<LI><A NAME="tex2html2306"
HREF="node148.html">Java Bindings</A>
<UL>
<LI><A NAME="tex2html2307"
HREF="node149.html">Introduction</A>
<LI><A NAME="tex2html2308"
HREF="node150.html">Basic Types</A>
<LI><A NAME="tex2html2309"
HREF="node151.html">Client Side: Using SIDL Classes and Methods</A>
<LI><A NAME="tex2html2310"
HREF="node152.html">Server Side: Writing SIDL classes in Java</A>
<LI><A NAME="tex2html2311"
HREF="node153.html">Casting Objects</A>
<LI><A NAME="tex2html2312"
HREF="node154.html">Out and Inout arguments</A>
<LI><A NAME="tex2html2313"
HREF="node155.html">Using SIDL arrays with Java</A>
<LI><A NAME="tex2html2314"
HREF="node156.html">Interfaces and Abstract Classes</A>
<LI><A NAME="tex2html2315"
HREF="node157.html">Exceptions</A>
<LI><A NAME="tex2html2316"
HREF="node158.html">Enumerations</A>
<LI><A NAME="tex2html2317"
HREF="node159.html">Invoking Babel to generate Java bindings</A>
<LI><A NAME="tex2html2318"
HREF="node160.html">Invoking Babel to generate Java implementations</A>
<LI><A NAME="tex2html2319"
HREF="node161.html">Environment Variables</A>
</UL>
<BR>
<LI><A NAME="tex2html2320"
HREF="node162.html">Python Bindings</A>
<UL>
<LI><A NAME="tex2html2321"
HREF="node163.html">How to Create a SIDL Object in Python</A>
<LI><A NAME="tex2html2322"
HREF="node164.html">How to Cast SIDL Objects in Python</A>
<LI><A NAME="tex2html2323"
HREF="node165.html">How to Call Methods from Python</A>
<LI><A NAME="tex2html2324"
HREF="node166.html">Catching and Throwing Exceptions in Python</A>
<LI><A NAME="tex2html2325"
HREF="node167.html">Building Python Extension Modules</A>
<LI><A NAME="tex2html2326"
HREF="node168.html">Setting up to Run Python</A>
<LI><A NAME="tex2html2327"
HREF="node169.html">Notes</A>
<LI><A NAME="tex2html2328"
HREF="node170.html">How to Implement SIDL Objects in Python</A>
</UL>
<BR>
<LI><A NAME="tex2html2329"
HREF="node171.html">SIDL Backend</A>
<UL>
<LI><A NAME="tex2html2330"
HREF="node172.html">Introduction</A>
<LI><A NAME="tex2html2331"
HREF="node173.html">Purpose</A>
<LI><A NAME="tex2html2332"
HREF="node174.html">Generated versus Original SIDL files</A>
<LI><A NAME="tex2html2333"
HREF="node175.html">XML File Comparison</A>
<LI><A NAME="tex2html2334"
HREF="node176.html">Babel Command Line Options</A>
</UL>
<BR>
<LI><A NAME="tex2html2335"
HREF="node177.html">XML Backend</A>
<UL>
<LI><A NAME="tex2html2336"
HREF="node178.html">Introduction</A>
<LI><A NAME="tex2html2337"
HREF="node179.html">Purpose</A>
<LI><A NAME="tex2html2338"
HREF="node180.html">Basic Structure</A>
<UL>
<LI><A NAME="tex2html2339"
HREF="node181.html">Common Elements</A>
<LI><A NAME="tex2html2340"
HREF="node182.html">Packages</A>
<LI><A NAME="tex2html2341"
HREF="node183.html">Interfaces</A>
<LI><A NAME="tex2html2342"
HREF="node184.html">Classes</A>
</UL>
<LI><A NAME="tex2html2343"
HREF="node185.html">Command Line Options</A>
</UL></UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
<br><br>babel-0.10.2<br>users_guide Last Modified 2005-03-23<br><br><a href="http://www.llnl.gov/CASC/components">http://www.llnl.gov/CASC/components</a><br><a href="mailto:components@llnl.gov">components@llnl.gov</a>
</ADDRESS>
</BODY>
</HTML>
|