#include <stlsoft/stlsoft.h>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| class | scoped_handle |
| Provides automated scope-based cleanup of arbitrary resource types without any memory allocation required to implement the generic support. More... | |
| class | scoped_handle< void > |
Functions | |
| template<typename H> | |
| void | swap (scoped_handle< H > &lhs, scoped_handle< H > &rhs) |
| template<typename H> | |
| ss_typename_type_ret_k scoped_handle< H > ::handle_type | get_handle (scoped_handle< H > const &h) |
1.5.6