Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Gen_Lazy_Segment_Tree< Policy > Member List

This is the complete list of members for Aleph::Gen_Lazy_Segment_Tree< Policy >, including all inherited members.

alloc_size() constAleph::Gen_Lazy_Segment_Tree< Policy >inlineprivate
build(size_t node, const size_t start, const size_t end)Aleph::Gen_Lazy_Segment_Tree< Policy >inlineprivate
fill_and_build(Getter getter)Aleph::Gen_Lazy_Segment_Tree< Policy >inlineprivate
fill_from_aleph_it(AlephIt it)Aleph::Gen_Lazy_Segment_Tree< Policy >inlineprivate
fill_leaves_recursive(size_t node, size_t start, size_t end, Getter &getter)Aleph::Gen_Lazy_Segment_Tree< Policy >inlineprivate
Gen_Lazy_Segment_Tree(const size_t num, const value_type &init_val=value_type(), Policy p=Policy())Aleph::Gen_Lazy_Segment_Tree< Policy >inline
Gen_Lazy_Segment_Tree(std::initializer_list< value_type > il, Policy p=Policy())Aleph::Gen_Lazy_Segment_Tree< Policy >inline
Gen_Lazy_Segment_Tree(const Array< value_type > &values, Policy p=Policy())Aleph::Gen_Lazy_Segment_Tree< Policy >inline
Gen_Lazy_Segment_Tree(const std::vector< value_type > &values, Policy p=Policy())Aleph::Gen_Lazy_Segment_Tree< Policy >inline
Gen_Lazy_Segment_Tree(const DynList< value_type > &values, Policy p=Policy())Aleph::Gen_Lazy_Segment_Tree< Policy >inline
Gen_Lazy_Segment_Tree(const Gen_Lazy_Segment_Tree &)=defaultAleph::Gen_Lazy_Segment_Tree< Policy >
Gen_Lazy_Segment_Tree(Gen_Lazy_Segment_Tree &&) noexcept(std::is_nothrow_move_constructible_v< Array< value_type > > and std::is_nothrow_move_constructible_v< Array< lazy_type > > and std::is_nothrow_move_constructible_v< Policy >)=defaultAleph::Gen_Lazy_Segment_Tree< Policy >
get(const size_t i) constAleph::Gen_Lazy_Segment_Tree< Policy >inline
is_empty() const noexceptAleph::Gen_Lazy_Segment_Tree< Policy >inline
Item_Type typedefAleph::Gen_Lazy_Segment_Tree< Policy >
lazyAleph::Gen_Lazy_Segment_Tree< Policy >mutableprivate
lazy_type typedefAleph::Gen_Lazy_Segment_Tree< Policy >
nAleph::Gen_Lazy_Segment_Tree< Policy >private
operator=(const Gen_Lazy_Segment_Tree &)=defaultAleph::Gen_Lazy_Segment_Tree< Policy >
operator=(Gen_Lazy_Segment_Tree &&) noexcept(std::is_nothrow_move_assignable_v< Array< value_type > > and std::is_nothrow_move_assignable_v< Array< lazy_type > > and std::is_nothrow_move_assignable_v< Policy >)=defaultAleph::Gen_Lazy_Segment_Tree< Policy >
point_update(const size_t i, const lazy_type &delta)Aleph::Gen_Lazy_Segment_Tree< Policy >inline
polAleph::Gen_Lazy_Segment_Tree< Policy >private
push_down(size_t node, const size_t start, const size_t end) constAleph::Gen_Lazy_Segment_Tree< Policy >inlineprivate
query(const size_t l, const size_t r) constAleph::Gen_Lazy_Segment_Tree< Policy >inline
query_impl(size_t node, const size_t start, const size_t end, const size_t l, const size_t r) constAleph::Gen_Lazy_Segment_Tree< Policy >inlineprivate
set(const size_t i, const value_type &val)Aleph::Gen_Lazy_Segment_Tree< Policy >inline
set_impl(size_t node, const size_t start, const size_t end, const size_t idx, const value_type &val)Aleph::Gen_Lazy_Segment_Tree< Policy >inlineprivate
size() const noexceptAleph::Gen_Lazy_Segment_Tree< Policy >inline
swap(Gen_Lazy_Segment_Tree &other) noexcept(noexcept(std::swap(std::declval< Policy & >(), std::declval< Policy & >())))Aleph::Gen_Lazy_Segment_Tree< Policy >inline
treeAleph::Gen_Lazy_Segment_Tree< Policy >mutableprivate
update(const size_t l, const size_t r, const lazy_type &val)Aleph::Gen_Lazy_Segment_Tree< Policy >inline
update_impl(size_t node, const size_t start, const size_t end, const size_t l, const size_t r, const lazy_type &val)Aleph::Gen_Lazy_Segment_Tree< Policy >inlineprivate
value_type typedefAleph::Gen_Lazy_Segment_Tree< Policy >
values() constAleph::Gen_Lazy_Segment_Tree< Policy >inline