~ubuntu-branches/ubuntu/natty/libofx/natty

« back to all changes in this revision

Viewing changes to doc/html/fx-0_87_80_2lib_2ofx__preproc_8hh-source.html

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2005-11-29 00:12:00 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051129001200-aplj8zbj80f68xby
Tags: 1:0.8.0-9
Generate autotools using Debian libtool (rerun libtoolize --copy
--force, aclocal-1.9, autoconf). (Closes: #341190)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3
 
<title>LibOFX: ofx_preproc.hh Source File</title>
4
 
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
 
</head><body>
6
 
<!-- Generated by Doxygen 1.3.7 -->
7
 
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
8
 
<h1>ofx_preproc.hh</h1><a href="fx-0_87_80_2lib_2ofx__preproc_8hh.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/***************************************************************************</span>
9
 
00002 <span class="comment">                          ofx_preproc.h</span>
10
 
00003 <span class="comment">                             -------------------</span>
11
 
00004 <span class="comment">    copyright            : (C) 2002 by Benoit Gr�goire</span>
12
 
00005 <span class="comment">    email                : bock@step.polymtl.ca</span>
13
 
00006 <span class="comment"> ***************************************************************************/</span>
14
 
00012 <span class="comment">/***************************************************************************</span>
15
 
00013 <span class="comment"> *                                                                         *</span>
16
 
00014 <span class="comment"> *   This program is free software; you can redistribute it and/or modify  *</span>
17
 
00015 <span class="comment"> *   it under the terms of the GNU General Public License as published by  *</span>
18
 
00016 <span class="comment"> *   the Free Software Foundation; either version 2 of the License, or     *</span>
19
 
00017 <span class="comment"> *   (at your option) any later version.                                   *</span>
20
 
00018 <span class="comment"> *                                                                         *</span>
21
 
00019 <span class="comment"> ***************************************************************************/</span>
22
 
00020 <span class="preprocessor">#ifndef OFX_PREPROC_H</span>
23
 
00021 <span class="preprocessor"></span><span class="preprocessor">#define OFX_PREPROC_H</span>
24
 
00022 <span class="preprocessor"></span>
25
 
00023 <span class="preprocessor">#include "context.hh"</span>
26
 
00024 
27
 
00025 <span class="preprocessor">#define OPENSPDCL_FILENAME "opensp.dcl"</span>
28
 
00026 <span class="preprocessor"></span><span class="preprocessor">#define OFX160DTD_FILENAME "ofx160.dtd"</span>
29
 
00027 <span class="preprocessor"></span><span class="preprocessor">#define OFCDTD_FILENAME "ofc.dtd"</span>
30
 
00028 <span class="preprocessor"></span>
31
 
00030 string <a class="code" href="fx-0_87_80_2lib_2ofx__preproc_8hh.html#a3">sanitize_proprietary_tags</a>(string input_string);
32
 
00032 string <a class="code" href="fx-0_87_80_2lib_2ofx__preproc_8hh.html#a4">find_dtd</a>(string dtd_filename);
33
 
00039 CFCT <span class="keywordtype">int</span> <a class="code" href="fx-0_87_80_2lib_2ofx__preproc_8hh.html#a5">ofx_proc_file</a>(LibofxContextPtr libofx_context, <span class="keyword">const</span> <span class="keywordtype">char</span> *);
34
 
00040 
35
 
00041 <span class="preprocessor">#endif</span>
36
 
</div></pre><hr size="1"><address style="align: right;"><small>Generated on Fri Oct 8 20:34:48 2004 for LibOFX by
37
 
<a href="http://www.doxygen.org/index.html">
38
 
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
39
 
</body>
40
 
</html>