rlmm::single_thread Struct Reference
[Utilities]

#include <rlmm/util.hh>

List of all members.


Detailed Description

Default locking - for single threaded applications.

This is useful for single threaded applications that need no protection of global memory. For more on this, please refer to Thread safety


Public Member Functions

 single_thread ()
 ~single_thread ()
void lock ()
void unlock ()


Constructor & Destructor Documentation

rlmm::single_thread::single_thread  )  [inline]
 

CTOR.

rlmm::single_thread::~single_thread  )  [inline]
 

DTOR.


Member Function Documentation

void rlmm::single_thread::lock  )  [inline]
 

Locks the lock.

Does nothing

void rlmm::single_thread::unlock  )  [inline]
 

Unlocks the lock.

Does nothing


The documentation for this struct was generated from the following file:
Top of page
Last update Fri Aug 26 15:19:53 2005
Christian Holm
Created by DoxyGen 1.4.4