|
tlds
Transactional Operations for Linked Data Structures
|
#include "translink/list/translist.h"#include "translink/skiplist/transskip.h"#include "rstm/list/rstmlist.hpp"#include "boosting/list/boostinglist.h"#include "boosting/skiplist/boostingskip.h"#include "common/allocator.h"#include "ostm/skiplist/stmskip.h"Go to the source code of this file.
Classes | |
| struct | SetOperator |
| class | SetAdaptor< T > |
| class | SetAdaptor< TransList > |
| class | SetAdaptor< trans_skip > |
| class | SetAdaptor< RSTMList > |
| class | SetAdaptor< stm_skip > |
| class | SetAdaptor< BoostingList > |
| class | SetAdaptor< BoostingSkip > |
Typedefs | |
| typedef std::vector< SetOperator > | SetOpArray |
Enumerations | |
| enum | SetOpType { FIND = 0, INSERT, DELETE, FIND = 0, INSERT, DELETE } |
| enum | SetOpStatus { LIVE = 0, COMMITTED, ABORTED } |
| typedef std::vector<SetOperator> SetOpArray |
| enum SetOpStatus |
| enum SetOpType |