LLVM API Documentation

Public Member Functions
ScopedHandle< HandleTraits > Class Template Reference

#include <Windows.h>

List of all members.

Public Member Functions

 ScopedHandle ()
 ScopedHandle (handle_type h)
 ~ScopedHandle ()
handle_type take ()
ScopedHandleoperator= (handle_type h)
LLVM_EXPLICIT operator bool () const
 operator handle_type () const

Detailed Description

template<typename HandleTraits>
class ScopedHandle< HandleTraits >

Definition at line 47 of file Windows.h.


Constructor & Destructor Documentation

template<typename HandleTraits >
ScopedHandle< HandleTraits >::ScopedHandle ( ) [inline]

Definition at line 54 of file Windows.h.

template<typename HandleTraits >
ScopedHandle< HandleTraits >::ScopedHandle ( handle_type  h) [inline, explicit]

Definition at line 57 of file Windows.h.

template<typename HandleTraits >
ScopedHandle< HandleTraits >::~ScopedHandle ( ) [inline]

Definition at line 60 of file Windows.h.


Member Function Documentation

template<typename HandleTraits >
LLVM_EXPLICIT ScopedHandle< HandleTraits >::operator bool ( ) const [inline]

Definition at line 79 of file Windows.h.

template<typename HandleTraits >
ScopedHandle< HandleTraits >::operator handle_type ( ) const [inline]

Definition at line 83 of file Windows.h.

template<typename HandleTraits >
ScopedHandle& ScopedHandle< HandleTraits >::operator= ( handle_type  h) [inline]

Definition at line 71 of file Windows.h.

template<typename HandleTraits >
handle_type ScopedHandle< HandleTraits >::take ( ) [inline]

Definition at line 65 of file Windows.h.


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