root/doc/html/osutils_8h-source.html @ 171

Revision 171, 2.5 kB (checked in by smidl, 16 years ago)

New documentation

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: work/git/mixpp/bdm/osutils.h Source File</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.6 -->
8<div class="navigation" id="top">
9  <div class="tabs">
10    <ul>
11      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13      <li><a href="annotated.html"><span>Classes</span></a></li>
14      <li class="current"><a href="files.html"><span>Files</span></a></li>
15    </ul>
16  </div>
17<h1>work/git/mixpp/bdm/osutils.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">//</span>
18<a name="l00002"></a>00002 <span class="comment">// C++ Interface: osutils</span>
19<a name="l00003"></a>00003 <span class="comment">//</span>
20<a name="l00004"></a>00004 <span class="comment">// Description: Agr</span>
21<a name="l00005"></a>00005 <span class="comment">//</span>
22<a name="l00006"></a>00006 <span class="comment">//</span>
23<a name="l00007"></a>00007 <span class="comment">// Author: smidl &lt;smidl@utia.cas.cz&gt;, (C) 2008</span>
24<a name="l00008"></a>00008 <span class="comment">//</span>
25<a name="l00009"></a>00009 <span class="comment">// Copyright: See COPYING file that comes with this distribution</span>
26<a name="l00010"></a>00010 <span class="comment">//</span>
27<a name="l00011"></a>00011 <span class="comment">//</span>
28<a name="l00012"></a>00012
29<a name="l00013"></a>00013 <span class="preprocessor">#include &lt;itpp/itbase.h&gt;</span>
30<a name="l00014"></a>00014 <span class="keyword">using namespace </span>std;
31<a name="l00015"></a>00015
32<a name="l00019"></a>00019 <span class="keywordtype">void</span> get_fname ( <span class="keywordtype">char</span>* filename, std::string &amp;dirname, std::string &amp;f );
33<a name="l00020"></a>00020
34<a name="l00027"></a>00027 <span class="keywordtype">void</span> makedir(<span class="keywordtype">string</span> &amp;dirname, <span class="keywordtype">bool</span> rewrite = <span class="keyword">true</span>);
35</pre></div></div>
36<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 23 16:00:45 2008 for mixpp by&nbsp;
37<a href="http://www.doxygen.org/index.html">
38<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
39</body>
40</html>
Note: See TracBrowser for help on using the browser.