1<?xml version="1.0" encoding="ascii"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3          "DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6  <title>lldb.formatters.cpp</title>
7  <link rel="stylesheet" href="epydoc.css" type="text/css" />
8  <script type="text/javascript" src="epydoc.js"></script>
9</head>
10
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
12      alink="#204080">
13<!-- ==================== NAVIGATION BAR ==================== -->
14<table class="navbar" border="0" width="100%" cellpadding="0"
15       bgcolor="#a0c0ff" cellspacing="0">
16  <tr valign="middle">
17
18  <!-- Tree link -->
19      <th>&nbsp;&nbsp;&nbsp;<a
20        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
21
22  <!-- Index link -->
23      <th>&nbsp;&nbsp;&nbsp;<a
24        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
25
26  <!-- Help link -->
27      <th>&nbsp;&nbsp;&nbsp;<a
28        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
29
30  <!-- Project homepage -->
31      <th class="navbar" align="right" width="100%">
32        <table border="0" cellpadding="0" cellspacing="0">
33          <tr><th class="navbar" align="center"
34            ><a class="navbar" target="_top" href="http://lldb.llvm.org">LLDB python API</a></th>
35          </tr></table></th>
36  </tr>
37</table>
38<table width="100%" cellpadding="0" cellspacing="0">
39  <tr valign="top">
40    <td width="100%">
41      <span class="breadcrumbs">
42        <a href="lldb-module.html">Package&nbsp;lldb</a> ::
43        <a href="lldb.formatters-module.html">Package&nbsp;formatters</a> ::
44        Package&nbsp;cpp
45      </span>
46    </td>
47    <td>
48      <table cellpadding="0" cellspacing="0">
49        <!-- hide/show private -->
50        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
51    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
52        <tr><td align="right"><span class="options"
53            >[<a href="frames.html" target="_top">frames</a
54            >]&nbsp;|&nbsp;<a href="lldb.formatters.cpp-pysrc.html"
55            target="_top">no&nbsp;frames</a>]</span></td></tr>
56      </table>
57    </td>
58  </tr>
59</table>
60<h1 class="epydoc">Source Code for <a href="lldb.formatters.cpp-module.html">Package lldb.formatters.cpp</a></h1>
61<pre class="py-src">
62<a name="L1"></a><tt class="py-lineno">1</tt>  <tt class="py-line"><tt class="py-name">__all__</tt> <tt class="py-op">=</tt> <tt class="py-op">[</tt><tt class="py-string">"gnu_libstdcpp"</tt><tt class="py-op">,</tt> <tt class="py-string">"libcxx"</tt><tt class="py-op">]</tt> </tt>
63<a name="L2"></a><tt class="py-lineno">2</tt>  <tt class="py-line"><tt class="py-keyword">for</tt> <tt id="link-0" class="py-name" targets="Variable lldb.formatters.cpp.x=lldb.formatters.cpp-module.html#x,Variable lldb.formatters.x=lldb.formatters-module.html#x,Variable lldb.utils.x=lldb.utils-module.html#x"><a title="lldb.formatters.cpp.x
64lldb.formatters.x
65lldb.utils.x" class="py-name" href="#" onclick="return doclink('link-0', 'x', 'link-0');">x</a></tt> <tt class="py-keyword">in</tt> <tt class="py-name">__all__</tt><tt class="py-op">:</tt> </tt>
66<a name="L3"></a><tt class="py-lineno">3</tt>  <tt class="py-line">    <tt class="py-name">__import__</tt><tt class="py-op">(</tt><tt class="py-string">'lldb.formatters.cpp.'</tt><tt class="py-op">+</tt><tt id="link-1" class="py-name"><a title="lldb.formatters.cpp.x
67lldb.formatters.x
68lldb.utils.x" class="py-name" href="#" onclick="return doclink('link-1', 'x', 'link-0');">x</a></tt><tt class="py-op">)</tt> </tt>
69<a name="L4"></a><tt class="py-lineno">4</tt>  <tt class="py-line"> </tt><script type="text/javascript">
70<!--
71expandto(location.href);
72// -->
73</script>
74</pre>
75<br />
76<!-- ==================== NAVIGATION BAR ==================== -->
77<table class="navbar" border="0" width="100%" cellpadding="0"
78       bgcolor="#a0c0ff" cellspacing="0">
79  <tr valign="middle">
80
81  <!-- Tree link -->
82      <th>&nbsp;&nbsp;&nbsp;<a
83        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
84
85  <!-- Index link -->
86      <th>&nbsp;&nbsp;&nbsp;<a
87        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
88
89  <!-- Help link -->
90      <th>&nbsp;&nbsp;&nbsp;<a
91        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
92
93  <!-- Project homepage -->
94      <th class="navbar" align="right" width="100%">
95        <table border="0" cellpadding="0" cellspacing="0">
96          <tr><th class="navbar" align="center"
97            ><a class="navbar" target="_top" href="http://lldb.llvm.org">LLDB python API</a></th>
98          </tr></table></th>
99  </tr>
100</table>
101<table border="0" cellpadding="0" cellspacing="0" width="100%%">
102  <tr>
103    <td align="left" class="footer">
104    Generated by Epydoc 3.0.1 on Fri Jul 19 13:22:38 2013
105    </td>
106    <td align="right" class="footer">
107      <a target="mainFrame" href="http://epydoc.sourceforge.net"
108        >http://epydoc.sourceforge.net</a>
109    </td>
110  </tr>
111</table>
112
113<script type="text/javascript">
114  <!--
115  // Private objects are initially displayed (because if
116  // javascript is turned off then we want them to be
117  // visible); but by default, we want to hide them.  So hide
118  // them unless we have a cookie that says to show them.
119  checkCookie();
120  // -->
121</script>
122</body>
123</html>
124