LLVM API Documentation
#include <Windows.h>
Public Member Functions | |
| ScopedHandle () | |
| ScopedHandle (handle_type h) | |
| ~ScopedHandle () | |
| handle_type | take () |
| ScopedHandle & | operator= (handle_type h) |
| LLVM_EXPLICIT | operator bool () const |
| operator handle_type () const | |
| ScopedHandle< HandleTraits >::ScopedHandle | ( | ) | [inline] |
| ScopedHandle< HandleTraits >::ScopedHandle | ( | handle_type | h | ) | [inline, explicit] |
| ScopedHandle< HandleTraits >::~ScopedHandle | ( | ) | [inline] |
| LLVM_EXPLICIT ScopedHandle< HandleTraits >::operator bool | ( | ) | const [inline] |
| ScopedHandle< HandleTraits >::operator handle_type | ( | ) | const [inline] |
| ScopedHandle& ScopedHandle< HandleTraits >::operator= | ( | handle_type | h | ) | [inline] |
| handle_type ScopedHandle< HandleTraits >::take | ( | ) | [inline] |