|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::Max_Segment_Tree< T >, including all inherited members.
| Base typedef | Aleph::Max_Segment_Tree< T > | |
| build(size_t node, const size_t start, const size_t end) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inlineprivate |
| fill_and_build(Getter getter) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inlineprivate |
| fill_from_aleph_it(AlephIt it) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inlineprivate |
| fill_leaves_recursive(size_t node, size_t start, size_t end, Getter &getter) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inlineprivate |
| Gen_Segment_Tree(const size_t num, const T &init_val, const T &id, Max_Op< T > oper=Max_Op< T >()) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| Gen_Segment_Tree(std::initializer_list< T > il, const T &id, Max_Op< T > oper=Max_Op< T >()) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| Gen_Segment_Tree(const Array< T > &values, const T &id, Max_Op< T > oper=Max_Op< T >()) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| Gen_Segment_Tree(const std::vector< T > &values, const T &id, Max_Op< T > oper=Max_Op< T >()) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| Gen_Segment_Tree(const DynList< T > &values, const T &id, Max_Op< T > oper=Max_Op< T >()) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| Gen_Segment_Tree(const Gen_Segment_Tree &)=default | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | |
| Gen_Segment_Tree(Gen_Segment_Tree &&) noexcept(std::is_nothrow_move_constructible_v< Array< T > > and std::is_nothrow_move_constructible_v< Max_Op< T > >)=default | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | |
| get(const size_t i) const | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| identity | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | private |
| is_empty() const noexcept | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| Item_Type typedef | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | |
| Max_Segment_Tree(const size_t num, const T &init_val=std::numeric_limits< T >::lowest()) | Aleph::Max_Segment_Tree< T > | inline |
| Max_Segment_Tree(std::initializer_list< T > il) | Aleph::Max_Segment_Tree< T > | inline |
| Max_Segment_Tree(const Array< T > &values) | Aleph::Max_Segment_Tree< T > | inline |
| Max_Segment_Tree(const std::vector< T > &values) | Aleph::Max_Segment_Tree< T > | inline |
| Max_Segment_Tree(const DynList< T > &values) | Aleph::Max_Segment_Tree< T > | inline |
| n | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | private |
| op | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | private |
| operator=(const Gen_Segment_Tree &)=default | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | |
| operator=(Gen_Segment_Tree &&) noexcept(std::is_nothrow_move_assignable_v< Array< T > > and std::is_nothrow_move_assignable_v< Max_Op< T > >)=default | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | |
| query(const size_t l, const size_t r) const | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| query_impl(size_t node, const size_t start, const size_t end, const size_t l, const size_t r) const | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inlineprivate |
| set(const size_t i, const T &val) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| set_impl(size_t node, const size_t start, const size_t end, const size_t idx, const T &val) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inlineprivate |
| size() const noexcept | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| swap(Gen_Segment_Tree &other) noexcept(noexcept(std::swap(std::declval< T & >(), std::declval< T & >())) and noexcept(std::swap(std::declval< Max_Op< T > & >(), std::declval< Max_Op< T > & >()))) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| tree | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | private |
| update(const size_t i, const T &delta) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |
| update_impl(size_t node, const size_t start, const size_t end, const size_t idx, const T &delta) | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inlineprivate |
| values() const | Aleph::Gen_Segment_Tree< T, Max_Op< T > > | inline |