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

« back to all changes in this revision

Viewing changes to doc/html/file__preproc_8cpp.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:
3
3
<title>LibOFX: file_preproc.cpp File Reference</title>
4
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
5
</head><body>
6
 
<!-- Generated by Doxygen 1.3.7 -->
 
6
<!-- Generated by Doxygen 1.3.9.1 -->
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
<div class="nav">
 
9
<a class="el" href="dir_000002.html">lib</a></div>
8
10
<h1>file_preproc.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
9
11
File type detection, etc. 
10
12
<p>
14
16
<p>
15
17
 
16
18
<p>
17
 
<a href="file__preproc_8cpp-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
 
19
<a href="file__preproc_8cpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
18
20
<tr><td></td></tr>
19
 
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
20
 
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a1" doxytag="file_preproc.cpp::libofx_get_file_format_description" ></a>
21
 
const char *&nbsp;</td><td class="memItemRight" valign=bottom><b>libofx_get_file_format_description</b> (const struct LibofxFileFormatInfo format_list[], enum <a class="el" href="libofx-0_87_80_2inc_2libofx_8h.html#a90">LibofxFileFormat</a> file_format)</td></tr>
22
 
 
23
 
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a2" doxytag="file_preproc.cpp::libofx_get_file_format_from_str" ></a>
24
 
enum <a class="el" href="libofx-0_87_80_2inc_2libofx_8h.html#a90">LibofxFileFormat</a>&nbsp;</td><td class="memItemRight" valign=bottom><b>libofx_get_file_format_from_str</b> (const struct LibofxFileFormatInfo format_list[], const char *file_type_string)</td></tr>
25
 
 
26
 
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a3" doxytag="file_preproc.cpp::libofx_proc_file" ></a>
27
 
CFCT int&nbsp;</td><td class="memItemRight" valign=bottom><b>libofx_proc_file</b> (LibofxContextPtr p_libofx_context, const char *p_filename, <a class="el" href="libofx-0_87_80_2inc_2libofx_8h.html#a90">LibofxFileFormat</a> p_file_type)</td></tr>
28
 
 
29
 
<tr><td class="memItemLeft" nowrap align=right valign=top>enum <a class="el" href="libofx-0_87_80_2inc_2libofx_8h.html#a90">LibofxFileFormat</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="file__preproc_8cpp.html#a4">libofx_detect_file_type</a> (const char *p_filename)</td></tr>
30
 
 
31
 
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">libofx_detect_file_type tries to analyze a file to determine it's format.  <a href="#a4"></a><br><br></td></tr>
32
 
<tr><td colspan=2><br><h2>Variables</h2></td></tr>
33
 
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a0" doxytag="file_preproc.cpp::READ_BUFFER_SIZE" ></a>
34
 
const unsigned int&nbsp;</td><td class="memItemRight" valign=bottom><b>READ_BUFFER_SIZE</b> = 1024</td></tr>
 
21
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
 
22
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1" doxytag="file_preproc.cpp::libofx_get_file_format_description"></a>
 
23
const char *&nbsp;</td><td class="memItemRight" valign="bottom"><b>libofx_get_file_format_description</b> (const struct LibofxFileFormatInfo format_list[], enum <a class="el" href="libofx-0_88_80_2inc_2libofx_8h.html#a101">LibofxFileFormat</a> file_format)</td></tr>
 
24
 
 
25
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2" doxytag="file_preproc.cpp::libofx_get_file_format_from_str"></a>
 
26
enum <a class="el" href="libofx-0_88_80_2inc_2libofx_8h.html#a101">LibofxFileFormat</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>libofx_get_file_format_from_str</b> (const struct LibofxFileFormatInfo format_list[], const char *file_type_string)</td></tr>
 
27
 
 
28
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a3" doxytag="file_preproc.cpp::libofx_proc_file"></a>
 
29
CFCT int&nbsp;</td><td class="memItemRight" valign="bottom"><b>libofx_proc_file</b> (LibofxContextPtr p_libofx_context, const char *p_filename, <a class="el" href="libofx-0_88_80_2inc_2libofx_8h.html#a101">LibofxFileFormat</a> p_file_type)</td></tr>
 
30
 
 
31
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum <a class="el" href="libofx-0_88_80_2inc_2libofx_8h.html#a101">LibofxFileFormat</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="file__preproc_8cpp.html#a4">libofx_detect_file_type</a> (const char *p_filename)</td></tr>
 
32
 
 
33
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">libofx_detect_file_type tries to analyze a file to determine it's format.  <a href="#a4"></a><br></td></tr>
 
34
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
 
35
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0" doxytag="file_preproc.cpp::READ_BUFFER_SIZE"></a>
 
36
const unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><b>READ_BUFFER_SIZE</b> = 1024</td></tr>
35
37
 
36
38
</table>
37
39
<hr><h2>Function Documentation</h2>
38
 
<a class="anchor" name="a4" doxytag="file_preproc.cpp::libofx_detect_file_type" ></a><p>
 
40
<a class="anchor" name="a4" doxytag="file_preproc.cpp::libofx_detect_file_type"></a><p>
39
41
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
40
42
  <tr>
41
43
    <td class="mdRow">
42
44
      <table cellpadding="0" cellspacing="0" border="0">
43
45
        <tr>
44
 
          <td class="md" nowrap valign="top"> enum <a class="el" href="libofx-0_87_80_2inc_2libofx_8h.html#a90">LibofxFileFormat</a> libofx_detect_file_type           </td>
 
46
          <td class="md" nowrap valign="top">enum <a class="el" href="libofx-0_88_80_2inc_2libofx_8h.html#a101">LibofxFileFormat</a> libofx_detect_file_type           </td>
45
47
          <td class="md" valign="top">(&nbsp;</td>
46
48
          <td class="md" nowrap valign="top">const char *&nbsp;</td>
47
49
          <td class="mdname1" valign="top" nowrap> <em>p_filename</em>          </td>
52
54
    </td>
53
55
  </tr>
54
56
</table>
55
 
<table cellspacing=5 cellpadding=0 border=0>
 
57
<table cellspacing="5" cellpadding="0" border="0">
56
58
  <tr>
57
59
    <td>
58
60
      &nbsp;
64
66
<p>
65
67
<dl compact><dt><b>Parameters:</b></dt><dd>
66
68
  <table border="0" cellspacing="2" cellpadding="0">
67
 
    <tr><td></td><td valign=top><em>p_filename</em>&nbsp;</td><td>File name of the file to process </td></tr>
 
69
    <tr><td valign="top"></td><td valign="top"><em>p_filename</em>&nbsp;</td><td>File name of the file to process </td></tr>
68
70
  </table>
69
71
</dl>
70
72
<dl compact><dt><b>Returns:</b></dt><dd>Detected file format, UNKNOWN if unsuccessfull. </dd></dl>
73
75
Definition at line <a class="el" href="file__preproc_8cpp-source.html#l00099">99</a> of file <a class="el" href="file__preproc_8cpp-source.html">file_preproc.cpp</a>.    </td>
74
76
  </tr>
75
77
</table>
76
 
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 8 20:34:48 2004 for LibOFX by
 
78
<hr size="1"><address style="align: right;"><small>Generated on Sun Jul 31 15:38:35 2005 for LibOFX by&nbsp;
77
79
<a href="http://www.doxygen.org/index.html">
78
 
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 
80
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
79
81
</body>
80
82
</html>