Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / log / doc / html / boost / log / bounded_dump_manip.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Class bounded_dump_manip</title>
5 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.Log v2">
8 <link rel="up" href="../../utilities.html#header.boost.log.utility.manipulators.dump_hpp" title="Header &lt;boost/log/utility/manipulators/dump.hpp&gt;">
9 <link rel="prev" href="operator_idm45711343331056.html" title="Function template operator&lt;&lt;">
10 <link rel="next" href="dump_manip.html" title="Class dump_manip">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td></tr></table>
14 <hr>
15 <div class="spirit-nav">
16 <a accesskey="p" href="operator_idm45711343331056.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../utilities.html#header.boost.log.utility.manipulators.dump_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="dump_manip.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
17 </div>
18 <div class="refentry">
19 <a name="boost.log.bounded_dump_manip"></a><div class="titlepage"></div>
20 <div class="refnamediv">
21 <h2><span class="refentrytitle">Class bounded_dump_manip</span></h2>
22 <p>boost::log::bounded_dump_manip &#8212; Manipulator for printing binary representation of the data with a size limit. </p>
23 </div>
24 <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
25 <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="../../utilities.html#header.boost.log.utility.manipulators.dump_hpp" title="Header &lt;boost/log/utility/manipulators/dump.hpp&gt;">boost/log/utility/manipulators/dump.hpp</a>&gt;
26
27 </span>
28 <span class="keyword">class</span> <a class="link" href="bounded_dump_manip.html" title="Class bounded_dump_manip">bounded_dump_manip</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">dump_manip</span> <span class="special">{</span>
29 <span class="keyword">public</span><span class="special">:</span>
30   <span class="comment">// <a class="link" href="bounded_dump_manip.html#boost.log.bounded_dump_manipconstruct-copy-destruct">construct/copy/destruct</a></span>
31   <a class="link" href="bounded_dump_manip.html#idm45711343318400-bb"><span class="identifier">bounded_dump_manip</span></a><span class="special">(</span><span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
32   <a class="link" href="bounded_dump_manip.html#idm45711343315776-bb"><span class="identifier">bounded_dump_manip</span></a><span class="special">(</span><a class="link" href="bounded_dump_manip.html" title="Class bounded_dump_manip">bounded_dump_manip</a> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
33
34   <span class="comment">// <a class="link" href="bounded_dump_manip.html#idm45711343320240-bb">public member functions</a></span>
35   <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="bounded_dump_manip.html#idm45711343319680-bb"><span class="identifier">get_max_size</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span>
36 <span class="special">}</span><span class="special">;</span></pre></div>
37 <div class="refsect1">
38 <a name="idm45554724185104"></a><h2>Description</h2>
39 <div class="refsect2">
40 <a name="idm45554724184688"></a><h3>
41 <a name="boost.log.bounded_dump_manipconstruct-copy-destruct"></a><code class="computeroutput">bounded_dump_manip</code> 
42         public
43        construct/copy/destruct</h3>
44 <div class="orderedlist"><ol class="orderedlist" type="1">
45 <li class="listitem"><pre class="literallayout"><a name="idm45711343318400-bb"></a><span class="identifier">bounded_dump_manip</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> data<span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> size<span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> max_size<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre></li>
46 <li class="listitem"><pre class="literallayout"><a name="idm45711343315776-bb"></a><span class="identifier">bounded_dump_manip</span><span class="special">(</span><a class="link" href="bounded_dump_manip.html" title="Class bounded_dump_manip">bounded_dump_manip</a> <span class="keyword">const</span> <span class="special">&amp;</span> that<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre></li>
47 </ol></div>
48 </div>
49 <div class="refsect2">
50 <a name="idm45554724164656"></a><h3>
51 <a name="idm45711343320240-bb"></a><code class="computeroutput">bounded_dump_manip</code> public member functions</h3>
52 <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a name="idm45711343319680-bb"></a><span class="identifier">get_max_size</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre></li></ol></div>
53 </div>
54 </div>
55 </div>
56 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
57 <td align="left"></td>
58 <td align="right"><div class="copyright-footer">Copyright &#169; 2007-2016 Andrey Semashev<p>
59         Distributed under the Boost Software License, Version 1.0. (See accompanying
60         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>).
61       </p>
62 </div></td>
63 </tr></table>
64 <hr>
65 <div class="spirit-nav">
66 <a accesskey="p" href="operator_idm45711343331056.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../utilities.html#header.boost.log.utility.manipulators.dump_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="dump_manip.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
67 </div>
68 </body>
69 </html>