/usr/share/doc/libucommon-dev/a00191.html is in libucommon-doc 3.2.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>UCommon: ucommon/datetime.h File Reference</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.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>ucommon/datetime.h File Reference</h1>
<p>Basic classes for manipulating time and date based data, particularly that may be in strings.
<a href="#_details">More...</a></p>
<code>#include <<a class="el" href="a00201_source.html">ucommon/platform.h</a>></code><br/>
<code>#include <<a class="el" href="a00198_source.html">ucommon/numbers.h</a>></code><br/>
<code>#include <<a class="el" href="a00207_source.html">ucommon/string.h</a>></code><br/>
<div class="dynheader">
Include dependency graph for datetime.h:</div>
<div class="dynsection">
<div class="center"><img src="a00241.png" border="0" usemap="#ucommon_2datetime_8h_map" alt=""/></div>
<map name="ucommon_2datetime_8h_map" id="ucommon_2datetime_8h">
<area shape="rect" id="node3" href="a00201.html" title="Various miscelanous platform specific headers and defines." alt="" coords="627,469,784,499"/><area shape="rect" id="node28" href="a00198.html" title="Support classes for manipulation of numbers as strings." alt="" coords="568,392,728,421"/><area shape="rect" id="node31" href="a00207.html" title="A common string class and character string support functions." alt="" coords="1107,83,1245,112"/><area shape="rect" id="node33" href="a00197.html" title="Private heaps, pools, and associations." alt="" coords="732,237,887,267"/><area shape="rect" id="node44" href="a00209.html" title="Realtime timers and timer queues." alt="" coords="961,237,1105,267"/><area shape="rect" id="node52" href="a00205.html" title="Common socket class and address manipulation." alt="" coords="1159,160,1303,189"/><area shape="rect" id="node36" href="a00195.html" title="Linked objects, lists, templates, and containers." alt="" coords="855,315,993,344"/><area shape="rect" id="node39" href="a00199.html" title="A common object base class with auto-pointer support." alt="" coords="853,392,995,421"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="a00242.png" border="0" usemap="#ucommon_2datetime_8hdep_map" alt=""/></div>
<map name="ucommon_2datetime_8hdep_map" id="ucommon_2datetime_8hdep">
<area shape="rect" id="node3" href="a00210.html" title="Top level include file for the GNU uCommon C++ core library." alt="" coords="73,83,241,112"/><area shape="rect" id="node5" href="a00202.html" title="This library holds the ucommon scripting engine code." alt="" coords="5,160,144,189"/><area shape="rect" id="node7" href="a00203.html" title="This library holds basic crytographic functions and secure socket support for use..." alt="" coords="168,160,315,189"/></map>
</div>
<p><a href="a00191_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00045.html">ucc::Date</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <a class="el" href="a00045.html" title="The Date class uses a julian date representation of the current year, month, and...">Date</a> class uses a julian date representation of the current year, month, and day. <a href="a00045.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html">ucc::DateNumber</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A number class that manipulates a string buffer that is also a date. <a href="a00046.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00047.html">ucc::DateTime</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The Datetime class uses a julian date representation of the current year, month, and day and a integer representation of the current time. <a href="a00047.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00048.html">ucc::DateTimeString</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="a00047.html" title="The Datetime class uses a julian date representation of the current year, month,...">DateTime</a> string class. <a href="a00048.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00167.html">ucc::Time</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <a class="el" href="a00167.html" title="The Time class uses a integer representation of the current time.">Time</a> class uses a integer representation of the current time. <a href="a00167.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html">ucc</a></td></tr>
<p><tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Common namespace for all ucommon objects. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8612d0143ca5725f057e2dfc964b838b"></a><!-- doxytag: member="datetime.h::DATE_BUFFER_SIZE" ref="a8612d0143ca5725f057e2dfc964b838b" args="" -->
#define </td><td class="memItemRight" valign="bottom"><b>DATE_BUFFER_SIZE</b> 11</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f5179bcc4052fb0741248589266ea4b"></a><!-- doxytag: member="datetime.h::DATE_STRING_SIZE" ref="a1f5179bcc4052fb0741248589266ea4b" args="" -->
#define </td><td class="memItemRight" valign="bottom"><b>DATE_STRING_SIZE</b> 10</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaea6ac99c28c890fd4f5e4c1efd26834"></a><!-- doxytag: member="datetime.h::DATETIME_BUFFER_SIZE" ref="aaea6ac99c28c890fd4f5e4c1efd26834" args="" -->
#define </td><td class="memItemRight" valign="bottom"><b>DATETIME_BUFFER_SIZE</b> 20</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2afa1079625f51a032ea458fdc22f729"></a><!-- doxytag: member="datetime.h::DATETIME_STRING_SIZE" ref="a2afa1079625f51a032ea458fdc22f729" args="" -->
#define </td><td class="memItemRight" valign="bottom"><b>DATETIME_STRING_SIZE</b> 19</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a884764c5aeb5e39b20c35a985b0cf0d3"></a><!-- doxytag: member="datetime.h::TIME_BUFFER_SIZE" ref="a884764c5aeb5e39b20c35a985b0cf0d3" args="" -->
#define </td><td class="memItemRight" valign="bottom"><b>TIME_BUFFER_SIZE</b> 9</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afbcf2f62c27dafd2ffd2b6ace8d010b4"></a><!-- doxytag: member="datetime.h::TIME_STRING_SIZE" ref="afbcf2f62c27dafd2ffd2b6ace8d010b4" args="" -->
#define </td><td class="memItemRight" valign="bottom"><b>TIME_STRING_SIZE</b> 8</td></tr>
<tr><td colspan="2"><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9857557a92da1ba9249de9c8bf15d6a2"></a><!-- doxytag: member="datetime.h::date_t" ref="a9857557a92da1ba9249de9c8bf15d6a2" args="" -->
typedef Date </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#a9857557a92da1ba9249de9c8bf15d6a2">ucc::date_t</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Convenience type for using <a class="el" href="a00045.html" title="The Date class uses a julian date representation of the current year, month, and...">Date</a> object. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af96d31576873a4c2f3fade29c18cc48f"></a><!-- doxytag: member="datetime.h::datetime_t" ref="af96d31576873a4c2f3fade29c18cc48f" args="" -->
typedef DateTime </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#af96d31576873a4c2f3fade29c18cc48f">ucc::datetime_t</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Convenience type for using <a class="el" href="a00047.html" title="The Datetime class uses a julian date representation of the current year, month,...">DateTime</a> object. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5089273eb61d4a2e182f0ba2af60c25a"></a><!-- doxytag: member="datetime.h::datetimestring_t" ref="a5089273eb61d4a2e182f0ba2af60c25a" args="" -->
typedef DateTimeString </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#a5089273eb61d4a2e182f0ba2af60c25a">ucc::datetimestring_t</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Convenience type for using <a class="el" href="a00048.html" title="A DateTime string class.">DateTimeString</a> object. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7844b6bef86b8b2c8603678e72ef9854"></a><!-- doxytag: member="datetime.h::tm_t" ref="a7844b6bef86b8b2c8603678e72ef9854" args="" -->
typedef struct tm </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#a7844b6bef86b8b2c8603678e72ef9854">ucc::tm_t</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Convenience type for struct tm. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Basic classes for manipulating time and date based data, particularly that may be in strings. </p>
<p>Definition in file <a class="el" href="a00191_source.html">datetime.h</a>.</p>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 6 08:22:05 2010 for UCommon by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|