Home | History | Annotate | Download | only in Windows

Lines Matching defs:ScopedHandle

46 class ScopedHandle {
50 ScopedHandle(const ScopedHandle &other); // = delete;
51 void operator=(const ScopedHandle &other); // = delete;
53 ScopedHandle()
56 explicit ScopedHandle(handle_type h)
59 ~ScopedHandle() {
70 ScopedHandle &operator=(handle_type h) {
133 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;
134 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle;
135 typedef ScopedHandle<CryptContextTraits> ScopedCryptContext;
136 typedef ScopedHandle<FindHandleTraits> ScopedFindHandle;
137 typedef ScopedHandle<JobHandleTraits> ScopedJobHandle;