File: types_8h-source.html

package info (click to toggle)
libgnurdf 0.3.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,108 kB
  • ctags: 233
  • sloc: sh: 8,929; ansic: 1,222; makefile: 280
file content (56 lines) | stat: -rw-r--r-- 4,427 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>types.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.9-20010819 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
<hr><h1>types.h</h1><a href="types_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 
00023 <font class="preprocessor">#ifndef _LIBGNURDF_TYPES_H_</font>
00024 <font class="preprocessor"></font><font class="preprocessor">#define _LIBGNURDF_TYPES_H_</font>
00025 <font class="preprocessor"></font>
00026 <font class="preprocessor">#include &lt;parser.h&gt;</font>
00027 
00028 <font class="preprocessor">#ifdef __cplusplus</font>
00029 <font class="preprocessor"></font><font class="keyword">extern</font> <font class="stringliteral">"C"</font> {
00030 <font class="preprocessor">#endif</font>
00031 <font class="preprocessor"></font>
00033 <font class="keyword">typedef</font> xmlDoc <a class="code" href="types_8h.html#a5">RdfSchema</a>;
<a name="l00034"></a><a class="code" href="types_8h.html#a5">00034</a> 
00036 <font class="keyword">typedef</font> xmlNs <a class="code" href="types_8h.html#a6">RdfNamespace</a>;
<a name="l00037"></a><a class="code" href="types_8h.html#a6">00037</a> 
00039 <font class="keyword">typedef</font> xmlNode <a class="code" href="types_8h.html#a7">RdfElement</a>;
<a name="l00040"></a><a class="code" href="types_8h.html#a7">00040</a> 
00046 <font class="keyword">typedef</font> <a class="code" href="types_8h.html#a7">RdfElement</a> <a class="code" href="types_8h.html#a8">RdfContainer</a>;
<a name="l00047"></a><a class="code" href="types_8h.html#a8">00047</a> 
00053 <font class="keyword">typedef</font> <a class="code" href="types_8h.html#a7">RdfElement</a> <a class="code" href="types_8h.html#a9">RdfDescription</a>;
<a name="l00054"></a><a class="code" href="types_8h.html#a9">00054</a> 
00060 <font class="keyword">typedef</font> <a class="code" href="types_8h.html#a8">RdfContainer</a> <a class="code" href="types_8h.html#a10">RdfBag</a>;
<a name="l00061"></a><a class="code" href="types_8h.html#a10">00061</a> 
00067 <font class="keyword">typedef</font> <a class="code" href="types_8h.html#a8">RdfContainer</a> <a class="code" href="types_8h.html#a11">RdfSeq</a>;
<a name="l00068"></a><a class="code" href="types_8h.html#a11">00068</a> 
00074 <font class="keyword">typedef</font> <a class="code" href="types_8h.html#a8">RdfContainer</a> <a class="code" href="types_8h.html#a12">RdfAlt</a>;
<a name="l00075"></a><a class="code" href="types_8h.html#a12">00075</a> 
00076 
00077 <font class="comment">/*************************************************************************/</font>
00079 <font class="comment">/*************************************************************************/</font>
00081 <font class="preprocessor">#define RDF_LEAF   1           </font>
<a name="l00082"></a><a class="code" href="types_8h.html#a0">00082</a> <font class="preprocessor">#define RDF_BAG    2           </font>
<a name="l00083"></a><a class="code" href="types_8h.html#a1">00083</a> <font class="preprocessor">#define RDF_SEQ    3           </font>
<a name="l00084"></a><a class="code" href="types_8h.html#a2">00084</a> <font class="preprocessor">#define RDF_ALT    4           </font>
<a name="l00085"></a><a class="code" href="types_8h.html#a3">00085</a> <font class="preprocessor">#define RDF_DESC   5           </font>
00087 <font class="preprocessor"></font>
00088 <font class="preprocessor"></font><font class="preprocessor">#ifdef __cplusplus</font>
00089 <font class="preprocessor"></font>}
00090 <font class="preprocessor">#endif</font>
00091 <font class="preprocessor"></font>
00092 <font class="preprocessor">#endif </font><font class="comment">/* _LIBGNURDF_TYPES_H_ */</font>
00093 
</pre></div><hr><address><small>Generated on Thu Sep 20 16:12:08 2001 for libgnurdf by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.9-20010819 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2001</small></address>
</body>
</html>