mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-26 05:41:28 +00:00
5360d05867
This saves the need to install Boost::Thread on each of the build systems.
70 lines
6.3 KiB
HTML
70 lines
6.3 KiB
HTML
<!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>TinyThread++: tthread::chrono Namespace 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="index.html"><span>Main Page</span></a></li>
|
|
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
|
|
<li><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="navpath"><a class="el" href="namespacetthread.html">tthread</a>::<a class="el" href="namespacetthread_1_1chrono.html">chrono</a>
|
|
</div>
|
|
</div>
|
|
<div class="contents">
|
|
<h1>tthread::chrono Namespace Reference</h1>
|
|
<p>Minimal implementation of the <code>chrono</code> namespace.
|
|
<a href="#_details">More...</a></p>
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr><td colspan="2"><h2>Classes</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classtthread_1_1chrono_1_1duration.html">duration</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Duration template class. <a href="classtthread_1_1chrono_1_1duration.html#_details">More...</a><br/></td></tr>
|
|
<tr><td colspan="2"><h2>Typedefs</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1396eccd0048d613bae0a745b55fa624"></a><!-- doxytag: member="tthread::chrono::nanoseconds" ref="a1396eccd0048d613bae0a745b55fa624" args="" -->
|
|
typedef <a class="el" href="classtthread_1_1chrono_1_1duration.html">duration</a>< __intmax_t, <br class="typebreak"/>
|
|
<a class="el" href="classtthread_1_1ratio.html">ratio</a>< 1, 1000000000 > > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetthread_1_1chrono.html#a1396eccd0048d613bae0a745b55fa624">nanoseconds</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Duration with the unit nanoseconds. <br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="add152055d7a764f3c1e5af1710f8814f"></a><!-- doxytag: member="tthread::chrono::microseconds" ref="add152055d7a764f3c1e5af1710f8814f" args="" -->
|
|
typedef <a class="el" href="classtthread_1_1chrono_1_1duration.html">duration</a>< __intmax_t, <br class="typebreak"/>
|
|
<a class="el" href="classtthread_1_1ratio.html">ratio</a>< 1, 1000000 > > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetthread_1_1chrono.html#add152055d7a764f3c1e5af1710f8814f">microseconds</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Duration with the unit microseconds. <br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2cf88065d403d0e61022510769380b75"></a><!-- doxytag: member="tthread::chrono::milliseconds" ref="a2cf88065d403d0e61022510769380b75" args="" -->
|
|
typedef <a class="el" href="classtthread_1_1chrono_1_1duration.html">duration</a>< __intmax_t, <br class="typebreak"/>
|
|
<a class="el" href="classtthread_1_1ratio.html">ratio</a>< 1, 1000 > > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetthread_1_1chrono.html#a2cf88065d403d0e61022510769380b75">milliseconds</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Duration with the unit milliseconds. <br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a302ea2e096592e90ec58ccdcc6ec42c3"></a><!-- doxytag: member="tthread::chrono::seconds" ref="a302ea2e096592e90ec58ccdcc6ec42c3" args="" -->
|
|
typedef <a class="el" href="classtthread_1_1chrono_1_1duration.html">duration</a>< __intmax_t > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetthread_1_1chrono.html#a302ea2e096592e90ec58ccdcc6ec42c3">seconds</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Duration with the unit seconds. <br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2a9e93851a6aee0eb47cc6379287ee16"></a><!-- doxytag: member="tthread::chrono::minutes" ref="a2a9e93851a6aee0eb47cc6379287ee16" args="" -->
|
|
typedef <a class="el" href="classtthread_1_1chrono_1_1duration.html">duration</a>< __intmax_t, <br class="typebreak"/>
|
|
<a class="el" href="classtthread_1_1ratio.html">ratio</a>< 60 > > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetthread_1_1chrono.html#a2a9e93851a6aee0eb47cc6379287ee16">minutes</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Duration with the unit minutes. <br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af212c337748be0da79f5a3a509f36cdf"></a><!-- doxytag: member="tthread::chrono::hours" ref="af212c337748be0da79f5a3a509f36cdf" args="" -->
|
|
typedef <a class="el" href="classtthread_1_1chrono_1_1duration.html">duration</a>< __intmax_t, <br class="typebreak"/>
|
|
<a class="el" href="classtthread_1_1ratio.html">ratio</a>< 3600 > > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacetthread_1_1chrono.html#af212c337748be0da79f5a3a509f36cdf">hours</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Duration with the unit hours. <br/></td></tr>
|
|
</table>
|
|
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
|
<p>Minimal implementation of the <code>chrono</code> namespace. </p>
|
|
<p>The <code>chrono</code> namespace provides types for specifying time intervals. </p>
|
|
</div>
|
|
<hr class="footer"/><address style="text-align: right;"><small>Generated on Fri Oct 1 21:49:34 2010 for TinyThread++ 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>
|