summaryrefslogtreecommitdiff
path: root/doc/html/boost/dll/import.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/dll/import.html')
-rw-r--r--doc/html/boost/dll/import.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/boost/dll/import.html b/doc/html/boost/dll/import.html
index 17e80217f3..c02c7dc72a 100644
--- a/doc/html/boost/dll/import.html
+++ b/doc/html/boost/dll/import.html
@@ -7,7 +7,7 @@
<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_dll/reference.html#header.boost.dll.import_hpp" title="Header &lt;boost/dll/import.hpp&gt;">
-<link rel="prev" href="experimental/get_idp50261680.html" title="Function template get">
+<link rel="prev" href="experimental/get_idp47263104.html" title="Function template get">
<link rel="next" href="import_alias.html" title="Function import_alias">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="experimental/get_idp50261680.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_dll/reference.html#header.boost.dll.import_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="import_alias.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="experimental/get_idp47263104.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_dll/reference.html#header.boost.dll.import_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="import_alias.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.dll.import"></a><div class="titlepage"></div>
@@ -49,7 +49,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span>
<span class="identifier">result_type</span> <span class="identifier">import</span><span class="special">(</span><span class="identifier">shared_library</span> <span class="special">&amp;&amp;</span> lib<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> name<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp340241616"></a><h2>Description</h2>
+<a name="idp245133408"></a><h2>Description</h2>
<p>Returns callable object or boost::shared_ptr&lt;T&gt; that holds the symbol imported from the loaded library. Returned value refcounts usage of the loaded shared library, so that it won't get unload until all copies of return value are not destroyed.</p>
<p>This call will succeed if call to <a class="link" href="shared_library.html" title="Class shared_library">boost::dll::shared_library</a><code class="computeroutput">::has(const char* )</code> function with the same symbol name returned <code class="computeroutput">true</code>.</p>
<p>For importing symbols by <span class="bold"><strong>alias</strong></span> names use <a class="link" href="import_alias.html" title="Function import_alias">boost::dll::import_alias</a> method.</p>
@@ -116,7 +116,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="experimental/get_idp50261680.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_dll/reference.html#header.boost.dll.import_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="import_alias.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="experimental/get_idp47263104.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_dll/reference.html#header.boost.dll.import_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="import_alias.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>