#include "lock.h"#include "mutex.h"#include <list>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | amino |
Classes | |
| class | amino::SyncList< T, Sequence > |
| This is a implementation of lock based list. It is simply added lock before every operation of ordinary list(such as the std::list<T>). More... | |
1.5.6