~ubuntu-branches/ubuntu/raring/babel/raring-proposed

« back to all changes in this revision

Viewing changes to doc/manuals/html/users_guide/node130.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2008-08-01 07:56:58 UTC
  • mfrom: (3.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080801075658-9ezcrbh8dcs8lg70
Tags: 1.2.0.dfsg-6
Added libparsifal-dev as dependency to libsidl-dev (closes: #483324).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
 
 
3
 
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
4
 
original version by:  Nikos Drakos, CBLU, University of Leeds
5
 
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
6
 
* with significant contributions from:
7
 
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
 
<HTML>
9
 
<HEAD>
10
 
<TITLE>C++ Specific Babel Command Line Options</TITLE>
11
 
<META NAME="description" CONTENT="C++ Specific Babel Command Line Options">
12
 
<META NAME="keywords" CONTENT="users_guide">
13
 
<META NAME="resource-type" CONTENT="document">
14
 
<META NAME="distribution" CONTENT="global">
15
 
 
16
 
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
17
 
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
 
 
19
 
<LINK REL="STYLESHEET" HREF="users_guide.css">
20
 
 
21
 
<LINK REL="previous" HREF="node129.html">
22
 
<LINK REL="up" HREF="node120.html">
23
 
<LINK REL="next" HREF="node131.html">
24
 
</HEAD>
25
 
 
26
 
<BODY >
27
 
 
28
 
<DIV CLASS="navigation"><!--Navigation Panel-->
29
 
<A NAME="tex2html2651"
30
 
  HREF="node131.html">
31
 
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
 
<A NAME="tex2html2645"
33
 
  HREF="node120.html">
34
 
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
 
<A NAME="tex2html2641"
36
 
  HREF="node129.html">
37
 
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
 
<A NAME="tex2html2647"
39
 
  HREF="node14.html">
40
 
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
41
 
<A NAME="tex2html2649"
42
 
  HREF="node317.html">
43
 
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
44
 
<BR>
45
 
<B> Next:</B> <A NAME="tex2html2652"
46
 
  HREF="node131.html">FORTRAN 77 Bindings</A>
47
 
<B> Up:</B> <A NAME="tex2html2646"
48
 
  HREF="node120.html">C++ Bindings</A>
49
 
<B> Previous:</B> <A NAME="tex2html2642"
50
 
  HREF="node129.html">Accessing SIDL Arrays From</A>
51
 
 &nbsp; <B>  <A NAME="tex2html2648"
52
 
  HREF="node14.html">Contents</A></B> 
53
 
 &nbsp; <B>  <A NAME="tex2html2650"
54
 
  HREF="node317.html">Index</A></B> 
55
 
<BR>
56
 
<BR></DIV>
57
 
<!--End of Navigation Panel-->
58
 
 
59
 
<H1><A NAME="SECTION032100000000000000000">
60
 
C++ Specific Babel Command Line Options</A>
61
 
</H1>
62
 
 
63
 
<P>
64
 
The Babel C++ binding has one command line option particular to
65
 
it.  Using the option -cxx-ior-exception (or it's short form '-x')
66
 
will generate C++ Babel stubs that check for a null IOR whenever a
67
 
method is called on them.  If a method is called on a Stub holding a
68
 
null IOR, it will throw a NullIORException.  If this option is not
69
 
passed to Babel, the program will simply crash, as C++ would do
70
 
normally with a null pointer.
71
 
 
72
 
<P>
73
 
 
74
 
<P>
75
 
<BR><HR>
76
 
<ADDRESS>
77
 
<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>
78
 
</ADDRESS>
79
 
</BODY>
80
 
</HTML>