LazyList refactoring
authorkhizmax <libcds.dev@gmail.com>
Sat, 25 Oct 2014 18:43:32 +0000 (22:43 +0400)
committerkhizmax <libcds.dev@gmail.com>
Sat, 25 Oct 2014 18:43:32 +0000 (22:43 +0400)
commit78d73eed1f3c4a5424d9f82a09eef9d29bb64166
treefffef0606850d6401e5e34e8b7b6a6ff0b2e580e
parent50c687ff7b5a8736dea193ab3c8968e289e6d48d
LazyList refactoring
29 files changed:
cds/container/details/lazy_list_base.h
cds/container/details/make_lazy_kvlist.h
cds/container/details/make_lazy_list.h
cds/container/impl/lazy_kvlist.h
cds/container/impl/lazy_list.h
cds/container/lazy_kvlist_nogc.h
cds/container/lazy_kvlist_rcu.h
cds/container/lazy_list_nogc.h
cds/container/lazy_list_rcu.h
cds/intrusive/impl/lazy_list.h
cds/intrusive/lazy_list_nogc.h
tests/test-hdr/ordered_list/hdr_lazy_dhp.cpp
tests/test-hdr/ordered_list/hdr_lazy_hp.cpp
tests/test-hdr/ordered_list/hdr_lazy_kv_dhp.cpp
tests/test-hdr/ordered_list/hdr_lazy_kv_hp.cpp
tests/test-hdr/ordered_list/hdr_lazy_kv_nogc.cpp
tests/test-hdr/ordered_list/hdr_lazy_kv_rcu_gpb.cpp
tests/test-hdr/ordered_list/hdr_lazy_kv_rcu_gpi.cpp
tests/test-hdr/ordered_list/hdr_lazy_kv_rcu_gpt.cpp
tests/test-hdr/ordered_list/hdr_lazy_kv_rcu_shb.cpp
tests/test-hdr/ordered_list/hdr_lazy_kv_rcu_sht.cpp
tests/test-hdr/ordered_list/hdr_lazy_nogc.cpp
tests/test-hdr/ordered_list/hdr_lazy_rcu_gpb.cpp
tests/test-hdr/ordered_list/hdr_lazy_rcu_gpi.cpp
tests/test-hdr/ordered_list/hdr_lazy_rcu_gpt.cpp
tests/test-hdr/ordered_list/hdr_lazy_rcu_shb.cpp
tests/test-hdr/ordered_list/hdr_lazy_rcu_sht.cpp
tests/unit/map2/map_types.h
tests/unit/set2/set_types.h