pacemaker 1.0.1
COM automation for people with deadlines and a hatred of GUIs
 
Loading...
Searching...
No Matches
unique_com_ptr.hpp File Reference
Include dependency graph for unique_com_ptr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ComObjDeleter< T >
 Custom deleter for COM objects. More...
 

Namespaces

namespace  pacemaker
 
namespace  pacemaker::inca
 
namespace  pacemaker::inca::detail
 

Typedefs

template<class T >
using unique_com_ptr = std::unique_ptr<T, ComObjDeleter<T>>
 RAII owning pointer for COM objects.