mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
correct //wrapper link
[SVN r26261]
This commit is contained in:
@@ -280,7 +280,7 @@ functions so that a Python override may be called:</p>
|
||||
};</span></tt></pre>
|
||||
<p>
|
||||
Notice too that in addition to inheriting from <tt class="computeroutput"><span class="identifier">Base</span></tt>, we also multiply-
|
||||
inherited <tt class="computeroutput"><span class="identifier">wrapper</span><span class="special"><</span><span class="identifier">Base</span><span class="special">></span></tt> (See <a href="../../../../v2//wrapper.html" target="_top">Wrapper</a>). The
|
||||
inherited <tt class="computeroutput"><span class="identifier">wrapper</span><span class="special"><</span><span class="identifier">Base</span><span class="special">></span></tt> (See <a href="../../../../v2/wrapper.html" target="_top">Wrapper</a>). The
|
||||
<tt class="computeroutput"><span class="identifier">wrapper</span></tt> template makes the job of wrapping classes that are meant to
|
||||
overridden in Python, easier.</p>
|
||||
<div class="informaltable"><table class="table">
|
||||
|
||||
@@ -509,7 +509,7 @@ functions so that a Python override may be called:
|
||||
};
|
||||
|
||||
Notice too that in addition to inheriting from `Base`, we also multiply-
|
||||
inherited `wrapper<Base>` (See [@../../../v2//wrapper.html Wrapper]). The
|
||||
inherited `wrapper<Base>` (See [@../../../v2/wrapper.html Wrapper]). The
|
||||
`wrapper` template makes the job of wrapping classes that are meant to
|
||||
overridden in Python, easier.
|
||||
|
||||
|
||||
@@ -631,7 +631,7 @@ functions so that a Python override may be called:</para>
|
||||
</programlisting>
|
||||
<para>
|
||||
Notice too that in addition to inheriting from <code><phrase role="identifier">Base</phrase></code>, we also multiply-
|
||||
inherited <code><phrase role="identifier">wrapper</phrase><phrase role="special"><</phrase><phrase role="identifier">Base</phrase><phrase role="special">></phrase></code> (See <ulink url="../../../v2//wrapper.html">Wrapper</ulink>). The
|
||||
inherited <code><phrase role="identifier">wrapper</phrase><phrase role="special"><</phrase><phrase role="identifier">Base</phrase><phrase role="special">></phrase></code> (See <ulink url="../../../v2/wrapper.html">Wrapper</ulink>). The
|
||||
<code><phrase role="identifier">wrapper</phrase></code> template makes the job of wrapping classes that are meant to
|
||||
overridden in Python, easier.</para>
|
||||
<informaltable frame="all">
|
||||
|
||||
Reference in New Issue
Block a user