ldas-tools-al 2.6.7
|
#include <cassert>
#include <stdexcept>
#include <string>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/unordered_map.hh"
Classes | |
class | LDASTools::AL::ReadWriteLock |
Implements read/write lock symantics. More... | |
class | LDASTools::AL::ReadWriteLock::BusyError |
Busy lock error. More... | |
class | LDASTools::AL::ReadWriteLock::DeadLockError |
Deadlock error. More... | |
class | LDASTools::AL::ReadWriteLock::TimedoutError |
Time out error. More... | |
class | LDASTools::AL::ReadWriteLock::baton_type |
Manager of the read/write lock resource. More... | |
class | LDASTools::AL::ReadWriteLockVariable< T, V > |
Implements read/write lock symantics for a variable. More... |
Namespaces | |
namespace | LDASTools |
Objects of general use and interst. | |
namespace | LDASTools::AL |
The Abstraction Layer. |