#include <HectorMapMutex.h>

Public Member Functions | |
| virtual void | lockMap () | 
| virtual void | unlockMap () | 
Public Attributes | |
| boost::mutex | mapModifyMutex_ | 
Definition at line 8 of file HectorMapMutex.h.
| virtual void HectorMapMutex::lockMap | ( | ) |  [inline, virtual] | 
        
Implements MapLockerInterface.
Definition at line 11 of file HectorMapMutex.h.
| virtual void HectorMapMutex::unlockMap | ( | ) |  [inline, virtual] | 
        
Implements MapLockerInterface.
Definition at line 16 of file HectorMapMutex.h.
| boost::mutex HectorMapMutex::mapModifyMutex_ | 
Definition at line 21 of file HectorMapMutex.h.