LLVM API Documentation

Public Member Functions
llvm::sys::SmartScopedLock< mt_only > Class Template Reference

#include <Mutex.h>

List of all members.

Public Member Functions

 SmartScopedLock (SmartMutex< mt_only > &m)
 ~SmartScopedLock ()

Detailed Description

template<bool mt_only>
class llvm::sys::SmartScopedLock< mt_only >

Definition at line 139 of file Mutex.h.


Constructor & Destructor Documentation

template<bool mt_only>
llvm::sys::SmartScopedLock< mt_only >::SmartScopedLock ( SmartMutex< mt_only > &  m) [inline]

Definition at line 143 of file Mutex.h.

template<bool mt_only>
llvm::sys::SmartScopedLock< mt_only >::~SmartScopedLock ( ) [inline]

Definition at line 147 of file Mutex.h.


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