sprint 1-alpha
Public Types | Public Member Functions
sprint::mutex Class Reference

mutex class (implemented using Critical Section) More...

#include <mutex.h>

Inherits sprint::uncopiable.

List of all members.

Public Types

typedef sprint::scoped_lock
< sprint::mutex
scoped_lock

Public Member Functions

void lock ()
 lock resource
void unlock ()
 unlock resource

Detailed Description

mutex class (implemented using Critical Section)


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines