| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <link rel="stylesheet" type="text/css" href="../../../boost.css">
- <title>{{library}} - Header <{{header}}></title>
- </head>
- <body link="#0000ff" vlink="#800080">
- <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
- "header">
- <tr>
- <td valign="top" width="300">
- <h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
- </td>
- <td valign="top">
- <h1 align="center">{{library}}</h1>
- <h2 align="center">Header <{{header}}></h2>
- </td>
- </tr>
- </table>
- <hr>
- <h2>Contents</h2>
- <dl class="page-index">
- <dt><a href="#introduction">Introduction</a></dt>
- <dt><a href="#macros">Macros</a></dt>
- <dl class="page-index">
- <dt><a href="#macro-spec">{{macro name}}</a></dt>
- </dl>
- <dt><a href="#values">Values</a></dt>
- <dl class="page-index">
- <dt><a href="#value-spec">{{value name}}</a></dt>
- </dl>
- <dt><a href="#types">Types</a></dt>
- <dl class="page-index">
- <dt><a href="#type-spec">{{type name}}</a></dt>
- </dl>
- <dt><a href="#classes">Classes</a></dt>
- <dl class="page-index">
- <dt><a href="#class-spec">Class <code>{{class name}}</code></a></dt>
- <dl class="page-index">
- <dt><a href="#class-spec-synopsis">Class <code>{{class name}}</code> synopsis</a></dt>
- <dt><a href="#class-spec-ctors">Class <code>{{class name}}</code> constructors and destructor</a></dt>
- <dt><a href="#class-spec-comparisons">Class <code>{{class name}}</code> comparison functions</a></dt>
- <dt><a href="#class-spec-modifiers">Class <code>{{class name}}</code> modifier functions</a></dt>
- <dt><a href="#class-spec-observers">Class <code>{{class name}}</code> observer functions</a></dt>
- <dt><a href="#class-spec-statics">Class <code>{{class name}}</code> static functions</a></dt>
- </dl>
- </dl>
- <dt><a href="#functions">Functions</a></dt>
- <dl class="page-index">
- <dt><a href="#function-spec">{{function name}}</a></dt>
- </dl>
- <dt><a href="#objects">Objects</a></dt>
- <dl class="page-index">
- <dt><a href="#object-spec">{{object name}}</a></dt>
- </dl>
- <dt><a href="#examples">Example(s)</a></dt>
- </dl>
- <hr>
- <h2><a name="introduction"></a>Introduction</h2>
- <p>{{Introductory text}}</p>
- <h2><a name="macros"></a>Macros</h2>
- <p><a name="macro-spec"></a>{{Macro specifications}}</p>
- <h2><a name="values"></a>Values</h2>
- <p><a name="value-spec"></a>{{Value specifications}}</p>
- <h2><a name="types"></a>Types</h2>
- <p><a name="type-spec"></a>{{Type specifications}}</p>
- <h2><a name="classes"></a>Classes</h2>
- <h3><a name="class-spec"></a>Class <code>{{class name}}</code></h3>
- <p>{{class overview text}}</p>
- <h4><a name="class-spec-synopsis"></a>Class <code>{{class name}}</code> synopsis</h4>
- <pre>
- namespace boost
- {
- class {{class name}}
- {
- };
- };
- </pre>
- <h4><a name="class-spec-ctors"></a>Class <code>{{class name}}</code> constructors and destructor</h4>
- <pre>
- {{constructor}}
- </pre>
- <dl class="function-semantics">
- <dt><b>Requires:</b> {{text}}</dt>
- <dt><b>Effects:</b> {{text}}</dt>
- <dt><b>Postconditions:</b> {{text}}</dt>
- <dt><b>Returns:</b> {{text}}</dt>
- <dt><b>Throws:</b> {{text}}</dt>
- <dt><b>Complexity:</b> {{text}}</dt>
- <dt><b>Note:</b> {{text}}</dt>
- <dt><b>Danger:</b> {{text}}</dt>
- <dt><b>Rationale:</b> {{text}}</dt>
- </dl>
- <pre>
- {{destructor}}
- </pre>
- <dl class="function-semantics">
- <dt><b>Requires:</b> {{text}}</dt>
- <dt><b>Effects:</b> {{text}}</dt>
- <dt><b>Postconditions:</b> {{text}}</dt>
- <dt><b>Returns:</b> {{text}}</dt>
- <dt><b>Throws:</b> {{text}}</dt>
- <dt><b>Complexity:</b> {{text}}</dt>
- <dt><b>Note:</b> {{text}}</dt>
- <dt><b>Danger:</b> {{text}}</dt>
- <dt><b>Rationale:</b> {{text}}</dt>
- </dl>
- <h4><a name="class-spec-comparisons"></a>Class <code>{{class name}}</code> comparison functions</h4>
- <pre>
- {{function}}
- </pre>
- <dl class="function-semantics">
- <dt><b>Requires:</b> {{text}}</dt>
- <dt><b>Effects:</b> {{text}}</dt>
- <dt><b>Postconditions:</b> {{text}}</dt>
- <dt><b>Returns:</b> {{text}}</dt>
- <dt><b>Throws:</b> {{text}}</dt>
- <dt><b>Complexity:</b> {{text}}</dt>
- <dt><b>Note:</b> {{text}}</dt>
- <dt><b>Danger:</b> {{text}}</dt>
- <dt><b>Rationale:</b> {{text}}</dt>
- </dl>
- <h4><a name="class-spec-modifiers"></a>Class <code>{{class name}}</code> modifier functions</h4>
- <pre>
- {{function}}
- </pre>
- <dl class="function-semantics">
- <dt><b>Requires:</b> {{text}}</dt>
- <dt><b>Effects:</b> {{text}}</dt>
- <dt><b>Postconditions:</b> {{text}}</dt>
- <dt><b>Returns:</b> {{text}}</dt>
- <dt><b>Throws:</b> {{text}}</dt>
- <dt><b>Complexity:</b> {{text}}</dt>
- <dt><b>Note:</b> {{text}}</dt>
- <dt><b>Danger:</b> {{text}}</dt>
- <dt><b>Rationale:</b> {{text}}</dt>
- </dl>
- <h4><a name="class-spec-observers"></a>Class <code>{{class name}}</code> observer functions</h4>
- <pre>
- {{function}}
- </pre>
- <dl class="function-semantics">
- <dt><b>Requires:</b> {{text}}</dt>
- <dt><b>Effects:</b> {{text}}</dt>
- <dt><b>Postconditions:</b> {{text}}</dt>
- <dt><b>Returns:</b> {{text}}</dt>
- <dt><b>Throws:</b> {{text}}</dt>
- <dt><b>Complexity:</b> {{text}}</dt>
- <dt><b>Note:</b> {{text}}</dt>
- <dt><b>Danger:</b> {{text}}</dt>
- <dt><b>Rationale:</b> {{text}}</dt>
- </dl>
- <h4><a name="class-spec-statics"></a>Class <code>{{class name}}</code> static functions</h4>
- <pre>
- {{function}}
- </pre>
- <dl class="function-semantics">
- <dt><b>Requires:</b> {{text}}</dt>
- <dt><b>Effects:</b> {{text}}</dt>
- <dt><b>Postconditions:</b> {{text}}</dt>
- <dt><b>Returns:</b> {{text}}</dt>
- <dt><b>Throws:</b> {{text}}</dt>
- <dt><b>Complexity:</b> {{text}}</dt>
- <dt><b>Note:</b> {{text}}</dt>
- <dt><b>Danger:</b> {{text}}</dt>
- <dt><b>Rationale:</b> {{text}}</dt>
- </dl>
- <h2><a name="functions"></a>Functions</h2>
- <pre>
- <a name="function-spec"></a>{{function}}
- </pre>
- <dl class="function-semantics">
- <dt><b>Requires:</b> {{text}}</dt>
- <dt><b>Effects:</b> {{text}}</dt>
- <dt><b>Postconditions:</b> {{text}}</dt>
- <dt><b>Returns:</b> {{text}}</dt>
- <dt><b>Throws:</b> {{text}}</dt>
- <dt><b>Complexity:</b> {{text}}</dt>
- <dt><b>Note:</b> {{text}}</dt>
- <dt><b>Danger:</b> {{text}}</dt>
- <dt><b>Rationale:</b> {{text}}</dt>
- </dl>
- <h2><a name="objects"></a>Objects</h2>
- <p><a name="object-spec"></a>{{Object specifications}}</p>
- <h2><a name="examples"></a>Example(s)</h2>
- <p>{{Example(s)}}</p>
- <p>Revised
- <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
- 05 November, 2001
- <!--webbot bot="Timestamp" endspan i-checksum="39359" -->
- </p>
- <p><i>© Copyright <a href="mailto:{{address}}">{{author}}</a>
- 2002. All Rights Reserved.</i></p>
- </body>
- </html>
|