Home | History | Annotate | Download | only in Windows

Lines Matching defs:ScopedHandle

59 class ScopedHandle {
63 ScopedHandle(const ScopedHandle &other); // = delete;
64 void operator=(const ScopedHandle &other); // = delete;
66 ScopedHandle()
69 explicit ScopedHandle(handle_type h)
72 ~ScopedHandle() {
83 ScopedHandle &operator=(handle_type h) {
146 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;
147 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle;
148 typedef ScopedHandle<CryptContextTraits> ScopedCryptContext;
149 typedef ScopedHandle<FindHandleTraits> ScopedFindHandle;
150 typedef ScopedHandle<JobHandleTraits> ScopedJobHandle;