LLVM: llvm::CommonHandleTraits Struct Reference (original) (raw)

#include "[llvm/Support/Windows/WindowsSupport.h](WindowsSupport%5F8h%5Fsource.html)"

Inheritance diagram for llvm::CommonHandleTraits:

Public Types
typedef HANDLE handle_type
Static Public Member Functions
static handle_type GetInvalid ()
static void Close (handle_type h)
static bool IsValid (handle_type h)

Detailed Description

Definition at line 120 of file WindowsSupport.h.

Member Typedef Documentation

handle_type

Member Function Documentation

Close()

void llvm::CommonHandleTraits::Close ( handle_type h) inlinestatic

GetInvalid()

handle_type llvm::CommonHandleTraits::GetInvalid ( ) inlinestatic

IsValid()

bool llvm::CommonHandleTraits::IsValid ( handle_type h) inlinestatic

The documentation for this struct was generated from the following file: