aboutsummaryrefslogtreecommitdiff
blob: 8b2dc7b826296238b52d53b28846e86d9159a154 (plain)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>C-Layman: /home/detlev/src/c-layman/src/internal.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>/home/detlev/src/c-layman/src/internal.h</h1><a href="internal_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef INTERNAL_H</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define INTERNAL_H</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="preprocessor">#include &lt;Python.h&gt;</span>
<a name="l00005"></a>00005 <span class="preprocessor">#include "<a class="code" href="stringlist_8h.html">stringlist.h</a>"</span>
<a name="l00006"></a>00006 <span class="preprocessor">#include "<a class="code" href="dict_8h.html">dict.h</a>"</span>
<a name="l00007"></a>00007 <span class="preprocessor">#include "<a class="code" href="config_8h.html">config.h</a>"</span>
<a name="l00008"></a>00008 <span class="preprocessor">#include "<a class="code" href="message_8h.html">message.h</a>"</span>
<a name="l00009"></a>00009 
<a name="l00010"></a>00010 PyObject*       <a class="code" href="internal_8h.html#9290c75e7cec9550e6d5de56e87d4efb">executeFunction</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *module, <span class="keyword">const</span> <span class="keywordtype">char</span> *funcName, <span class="keyword">const</span> <span class="keywordtype">char</span>* format, ...);
<a name="l00011"></a>00011 
<a name="l00012"></a>00012 PyObject*       <a class="code" href="group__config.html#gb54f7fb79ed1ddc05112c1c2c43f7ca3">_bareConfigObject</a>(<a class="code" href="struct_bare_config.html">BareConfig</a>*);
<a name="l00013"></a>00013 
<a name="l00014"></a>00014 PyObject*       <a class="code" href="group__message.html#g2818a4e60e36b681acfa7a7f5ef39b2e">_messageObject</a>(<a class="code" href="struct_message.html">Message</a>* m);
<a name="l00015"></a>00015 
<a name="l00016"></a>00016 <a class="code" href="struct_string_list.html">StringList</a>*     <a class="code" href="group__string__list.html#g52128fb831cc1a4643950bbc2ec31391">listToCList</a>(PyObject* list);
<a name="l00017"></a>00017 PyObject*       <a class="code" href="group__string__list.html#g2433a3f25f9fd7950892807717b8e0bd">cListToPyList</a>(<a class="code" href="struct_string_list.html">StringList</a>*);
<a name="l00018"></a>00018 
<a name="l00019"></a>00019 PyObject*       <a class="code" href="dict_8c.html#36485c70c155d31dd0fca6a36f4ab324">dictToPyDict</a>(<a class="code" href="struct_dict.html">Dict</a> *dict);
<a name="l00020"></a>00020 
<a name="l00021"></a>00021 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>