| 
| class   | boost::externally_locked< T, MutexType > | 
|   | externally_locked cloaks an object of type T, and actually provides full access to that object through the get and set member functions, provided you pass a reference to a strict lock object  More...
  | 
|   | 
| class   | boost::externally_locked< T, MutexType > | 
|   | externally_locked cloaks an object of type T, and actually provides full access to that object through the get and set member functions, provided you pass a reference to a strict lock object  More...
  | 
|   | 
| class   | boost::externally_locked< T &, MutexType > | 
|   | externally_locked<T&,M> specialization for T& that cloaks an reference to an object of type T, and actually provides full access to that object through the get and set member functions, provided you pass a reference to a strict lock object.  More...
  | 
|   |