summaryrefslogtreecommitdiff
path: root/doc/html/boost/units/scaled_base_unit.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:41:18 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:43:11 +0900
commitf763a99a501650eff2c60288aa6f10ef916d769e (patch)
tree02af7e13f9a38c888ebf340fe764cbe7dae99da9 /doc/html/boost/units/scaled_base_unit.html
parent5cde13f21d36c7224b0e13d11c4b49379ae5210d (diff)
downloadboost-f763a99a501650eff2c60288aa6f10ef916d769e.tar.gz
boost-f763a99a501650eff2c60288aa6f10ef916d769e.tar.bz2
boost-f763a99a501650eff2c60288aa6f10ef916d769e.zip
Imported Upstream version 1.62.0upstream/1.62.0
Change-Id: I9d4c1ddb7b7d8f0069217ecc582700f9fda6dd4c Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/boost/units/scaled_base_unit.html')
-rw-r--r--doc/html/boost/units/scaled_base_unit.html37
1 files changed, 15 insertions, 22 deletions
diff --git a/doc/html/boost/units/scaled_base_unit.html b/doc/html/boost/units/scaled_base_unit.html
index 8bf21a6726..75e26d86ed 100644
--- a/doc/html/boost/units/scaled_base_unit.html
+++ b/doc/html/boost/units/scaled_base_unit.html
@@ -4,11 +4,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template scaled_base_unit</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../../boost_units/Reference.html#header.boost.units.scaled_base_unit_hpp" title="Header &lt;boost/units/scaled_base_unit.hpp&gt;">
-<link rel="prev" href="scale.html" title="Struct template scale">
-<link rel="next" href="../../BOOST_UNITS_STATIC_CONSTANT.html" title="Macro BOOST_UNITS_STATIC_CONSTANT">
+<link rel="up" href="../../boost_units/Reference.html#header.boost.units.scale_hpp" title="Header &lt;boost/units/scale.hpp&gt;">
+<link rel="prev" href="reduce_unit.html" title="Struct template reduce_unit">
+<link rel="next" href="scale.html" title="Struct template scale">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="scale.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_units/Reference.html#header.boost.units.scaled_base_unit_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../BOOST_UNITS_STATIC_CONSTANT.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="reduce_unit.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_units/Reference.html#header.boost.units.scale_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="scale.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.units.scaled_base_unit"></a><div class="titlepage"></div>
@@ -30,30 +30,23 @@
<p>boost::units::scaled_base_unit</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
-<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_units/Reference.html#header.boost.units.scaled_base_unit_hpp" title="Header &lt;boost/units/scaled_base_unit.hpp&gt;">boost/units/scaled_base_unit.hpp</a>&gt;
+<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_units/Reference.html#header.boost.units.scale_hpp" title="Header &lt;boost/units/scale.hpp&gt;">boost/units/scale.hpp</a>&gt;
</span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> S<span class="special">,</span> <span class="keyword">typename</span> Scale<span class="special">&gt;</span>
<span class="keyword">struct</span> <a class="link" href="scaled_base_unit.html" title="Struct template scaled_base_unit">scaled_base_unit</a> <span class="special">{</span>
- <span class="comment">// types</span>
- <span class="keyword">typedef</span> <a class="link" href="scaled_base_unit.html" title="Struct template scaled_base_unit">scaled_base_unit</a> <a name="boost.units.scaled_base_unit.type"></a><span class="identifier">type</span><span class="special">;</span>
- <span class="keyword">typedef</span> scaled_base_unit_tag <a name="boost.units.scaled_base_unit.tag"></a><span class="identifier">tag</span><span class="special">;</span>
- <span class="keyword">typedef</span> <span class="identifier">S</span> <a name="boost.units.scaled_base_unit.system_type"></a><span class="identifier">system_type</span><span class="special">;</span>
- <span class="keyword">typedef</span> <span class="identifier">Scale</span> <a name="boost.units.scaled_base_unit.scale_type"></a><span class="identifier">scale_type</span><span class="special">;</span>
- <span class="keyword">typedef</span> <span class="identifier">S</span><span class="special">::</span><span class="identifier">dimension_type</span> <a name="boost.units.scaled_base_unit.dimension_type"></a><span class="identifier">dimension_type</span><span class="special">;</span>
- <span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <a name="boost.units.scaled_base_unit.unit_type"></a><span class="identifier">unit_type</span><span class="special">;</span>
- <span class="comment">// <a class="link" href="scaled_base_unit.html#idp364086528-bb">public static functions</a></span>
- <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="scaled_base_unit.html#idp364087088-bb"><span class="identifier">symbol</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
- <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="scaled_base_unit.html#idp364088208-bb"><span class="identifier">name</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="scaled_base_unit.html#idm46563158764240-bb">public static functions</a></span>
+ <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="scaled_base_unit.html#idm46563158763680-bb"><span class="identifier">symbol</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
+ <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="scaled_base_unit.html#idm46563158762560-bb"><span class="identifier">name</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp470992816"></a><h2>Description</h2>
+<a name="idm45927718372640"></a><h2>Description</h2>
<div class="refsect2">
-<a name="idp470993232"></a><h3>
-<a name="idp364086528-bb"></a><code class="computeroutput">scaled_base_unit</code> public static functions</h3>
+<a name="idm45927718372224"></a><h3>
+<a name="idm46563158764240-bb"></a><code class="computeroutput">scaled_base_unit</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
-<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="idp364087088-bb"></a><span class="identifier">symbol</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
-<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="idp364088208-bb"></a><span class="identifier">name</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
+<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="idm46563158763680-bb"></a><span class="identifier">symbol</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
+<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="idm46563158762560-bb"></a><span class="identifier">name</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
</ol></div>
</div>
</div>
@@ -69,7 +62,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="scale.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_units/Reference.html#header.boost.units.scaled_base_unit_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../BOOST_UNITS_STATIC_CONSTANT.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="reduce_unit.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_units/Reference.html#header.boost.units.scale_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="scale.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>