<feed xmlns='http://www.w3.org/2005/Atom'>
<title>stdplus/test/handle, branch master</title>
<subtitle>OpenBMC common C++ class / function sources</subtitle>
<id>https://git.raptorcs.com/git/stdplus/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/stdplus/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/stdplus/'/>
<updated>2019-07-08T23:26:42+00:00</updated>
<entry>
<title>handle: Support for releasing management of values</title>
<updated>2019-07-08T23:26:42+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2019-07-02T00:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/stdplus/commit/?id=079cba7212a9a2e5eb7260492696675d67979346'/>
<id>urn:sha1:079cba7212a9a2e5eb7260492696675d67979346</id>
<content type='text'>
Sometimes we want to be able to break the value out of the container and
unmanage it.

Change-Id: I1ded8571561760f7adf8bbf9a24cf21c989e4898
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>handle/copyable: Implement copyable handle</title>
<updated>2019-03-29T21:14:57+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2018-11-03T00:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/stdplus/commit/?id=e847ef8bbd5accd36a3287c686894418721c6798'/>
<id>urn:sha1:e847ef8bbd5accd36a3287c686894418721c6798</id>
<content type='text'>
This is a generic handle type that holds a resource and uses RAII to
call a user defined function when the resource is copied or destroyed.

Tested:
    Built and run through unit tests.

Change-Id: I3d23544b2e7c8d8c6686effc03b3b7433ea18bf5
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>handle/managed: Implement non-copyable handle</title>
<updated>2019-03-29T21:14:57+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2018-11-03T00:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/stdplus/commit/?id=7a5e23259a696bf240a14200535680b42c445096'/>
<id>urn:sha1:7a5e23259a696bf240a14200535680b42c445096</id>
<content type='text'>
This is a generic handle type that holds a resource and uses RAII to
call a user defined function when the resource is destroyed. A future
change will implement a smart file descriptor based on this interface.

A follow up change will implement the copyable version.

Tested:
    Built and run through unit tests.

Change-Id: Ia8da1d662319e8fb58380ed4979bcf1b74f66dfb
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
</feed>
