LLVM API Documentation

Public Types | Static Public Member Functions
CommonHandleTraits Struct Reference

#include <WindowsSupport.h>

Inheritance diagram for CommonHandleTraits:
Inheritance graph
[legend]

List of all members.

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


Member Typedef Documentation

Reimplemented in CryptContextTraits.

Definition at line 101 of file WindowsSupport.h.


Member Function Documentation

static void CommonHandleTraits::Close ( handle_type  h) [inline, static]

Reimplemented in FindHandleTraits, and CryptContextTraits.

Definition at line 107 of file WindowsSupport.h.

static handle_type CommonHandleTraits::GetInvalid ( ) [inline, static]

Reimplemented in CryptContextTraits, and JobHandleTraits.

Definition at line 103 of file WindowsSupport.h.

Referenced by IsValid().

static bool CommonHandleTraits::IsValid ( handle_type  h) [inline, static]

Reimplemented in CryptContextTraits.

Definition at line 111 of file WindowsSupport.h.

References GetInvalid().


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