LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::CommonHandleTraits Struct Reference

#include "Support/Windows/WindowsSupport.h"

Inheritance diagram for llvm::CommonHandleTraits:
Inheritance graph
[legend]

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 111 of file WindowsSupport.h.

Member Typedef Documentation

◆ handle_type

Definition at line 112 of file WindowsSupport.h.

Member Function Documentation

◆ Close()

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

Definition at line 118 of file WindowsSupport.h.

◆ GetInvalid()

static handle_type llvm::CommonHandleTraits::GetInvalid ( )
inlinestatic

Definition at line 114 of file WindowsSupport.h.

◆ IsValid()

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

Definition at line 122 of file WindowsSupport.h.


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