Home | History | Annotate | Download | only in Windows

Lines Matching defs:ScopedHandle

91 class ScopedHandle {
95 ScopedHandle(const ScopedHandle &other); // = delete;
96 void operator=(const ScopedHandle &other); // = delete;
98 ScopedHandle()
101 explicit ScopedHandle(handle_type h)
104 ~ScopedHandle() {
115 ScopedHandle &operator=(handle_type h) {
194 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;
195 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle;
196 typedef ScopedHandle<CryptContextTraits> ScopedCryptContext;
197 typedef ScopedHandle<RegTraits> ScopedRegHandle;
198 typedef ScopedHandle<FindHandleTraits> ScopedFindHandle;
199 typedef ScopedHandle<JobHandleTraits> ScopedJobHandle;