|
rippled
|


Public Types | |
| using | is_unordered = std::integral_constant< bool, IsUnordered > |
| using | is_multi = std::integral_constant< bool, IsMulti > |
| using | is_map = std::integral_constant< bool, IsMap > |
| using | Alloc = std::allocator< typename Base::Value > |
| using | MyAlloc = AllocT< typename Base::Value > |
| using | Comp = std::less< typename Base::Key > |
| using | MyComp = CompT< typename Base::Key > |
| using | T = void |
| using | Value = typename Base::Key |
| using | Values = std::vector< Value > |
| using | Key = std::string |
| using | Clock = std::chrono::steady_clock |
| using | ManualClock = manual_clock< Clock > |
| using | Cont = detail::aged_ordered_container< Base::is_multi::value, Base::is_map::value, typename Base::Key, typename Base::T, typename Base::Clock, Compare, Allocator > |
Static Public Member Functions | |
| static std::string | name () |
| static Base::Key const & | extract (Value const &value) |
| static Values | values () |
Static Protected Member Functions | |
| static std::string | name_ordered_part () |
| static std::string | name_multi_part () |
| static std::string | name_map_part () |
Private Types | |
| using | Base = MaybeUnordered< MaybeMulti< MaybeMap< TestTraitsBase, IsMap >, IsMulti >, IsUnordered > |
Definition at line 385 of file aged_associative_container_test.cpp.
|
privateinherited |
Definition at line 362 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 369 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 370 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 371 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 373 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 374 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 182 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 183 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 242 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 243 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 244 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 350 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 351 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 352 of file aged_associative_container_test.cpp.
|
inherited |
Definition at line 317 of file aged_associative_container_test.cpp.
|
staticinherited |
Definition at line 377 of file aged_associative_container_test.cpp.
|
staticprotectedinherited |
Definition at line 187 of file aged_associative_container_test.cpp.
|
staticprotectedinherited |
Definition at line 218 of file aged_associative_container_test.cpp.
|
staticinherited |
Definition at line 247 of file aged_associative_container_test.cpp.
|
staticinherited |
Definition at line 253 of file aged_associative_container_test.cpp.
|
staticprotectedinherited |
Definition at line 267 of file aged_associative_container_test.cpp.