mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 05:02:17 +00:00
Added reset()
[SVN r16466]
This commit is contained in:
@@ -154,6 +154,7 @@ namespace boost { namespace python
|
||||
T* operator-> () const;
|
||||
T& operator* () const;
|
||||
T* get() const;
|
||||
void reset();
|
||||
T* release();
|
||||
|
||||
operator bool_type() const; // never throws
|
||||
@@ -261,6 +262,14 @@ T* release();
|
||||
x;</code></dt>
|
||||
</dl>
|
||||
|
||||
<pre>
|
||||
void reset();
|
||||
</pre>
|
||||
|
||||
<dl class="function-semantics">
|
||||
<dt><b>Effects:</b> <code>*this = handle<T>();</code></dt>
|
||||
</dl>
|
||||
|
||||
<h4><a name="handle-spec-observers">Class <code>handle</code>
|
||||
observers</a></h4>
|
||||
<pre>
|
||||
|
||||
Reference in New Issue
Block a user