random_utils/include/random_utils/AutoLocker.h File Reference

#include "LogManager.h"
#include "ThreadSafeObject.h"

Include dependency graph for AutoLocker.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  random_utils

Classes

class  random_utils::AutoLocker
 Automatically locks a ThreadSafeObject for the life time of this object. More...

Defines

#define RU_SYNCHRONIZE_THIS   random_utils::AutoLocker ru_auto_locker_object(this);
#define RU_SYNCHRONIZE(p_someObject)   random_utils::AutoLocker ru_auto_locker_object(p_someObject);


Define Documentation

#define RU_SYNCHRONIZE ( p_someObject   )     random_utils::AutoLocker ru_auto_locker_object(p_someObject);

Definition at line 34 of file AutoLocker.h.

#define RU_SYNCHRONIZE_THIS   random_utils::AutoLocker ru_auto_locker_object(this);

Definition at line 32 of file AutoLocker.h.


Generated on Fri May 11 21:02:03 2007 for Random Racer by  doxygen 1.5.1