summaryrefslogtreecommitdiff
path: root/doc/html/boost/units/scaled_base_unit.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-03-21 15:45:20 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-03-21 15:46:37 +0900
commit733b5d5ae2c5d625211e2985ac25728ac3f54883 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /doc/html/boost/units/scaled_base_unit.html
parent08c1e93fa36a49f49325a07fe91ff92c964c2b6c (diff)
downloadboost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.gz
boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.bz2
boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.zip
Imported Upstream version 1.58.0upstream/1.58.0
Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 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.html35
1 files changed, 21 insertions, 14 deletions
diff --git a/doc/html/boost/units/scaled_base_unit.html b/doc/html/boost/units/scaled_base_unit.html
index 29c76dba15..1bfb42eddf 100644
--- a/doc/html/boost/units/scaled_base_unit.html
+++ b/doc/html/boost/units/scaled_base_unit.html
@@ -5,9 +5,9 @@
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.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.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">
+<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">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<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>
+<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>
</div>
<div class="refentry">
<a name="boost.units.scaled_base_unit"></a><div class="titlepage"></div>
@@ -29,23 +29,30 @@
<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.scale_hpp" title="Header &lt;boost/units/scale.hpp&gt;">boost/units/scale.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.scaled_base_unit_hpp" title="Header &lt;boost/units/scaled_base_unit.hpp&gt;">boost/units/scaled_base_unit.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#idp345435968-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#idp345436528-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#idp345437648-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#idp342399312-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#idp342399872-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#idp342400992-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="idp500499744"></a><h2>Description</h2>
+<a name="idp495525504"></a><h2>Description</h2>
<div class="refsect2">
-<a name="idp500500160"></a><h3>
-<a name="idp345435968-bb"></a><code class="computeroutput">scaled_base_unit</code> public static functions</h3>
+<a name="idp495525920"></a><h3>
+<a name="idp342399312-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="idp345436528-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="idp345437648-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="idp342399872-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="idp342400992-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>
@@ -61,7 +68,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<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>
+<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>
</div>
</body>
</html>