selection.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
19 /*************************************************************************************************/
23 /****************************************************************************************************/
28 /****************************************************************************************************/
160 /*************************************************************************************************/
164 /*************************************************************************************************/
168 /*************************************************************************************************/
const_iterator end() const gets an iterator to the end of the toggle point sequence Definition: selection.hpp:124 bool equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, BinaryPredicate pred) Definition: equal.hpp:38 const_iterator begin() const gets an iterator to the beginning of the toggle point sequence Definition: selection.hpp:121 const value_type & operator[](const size_type &i) const fetches a toggle point at index i of the toggle point sequence Definition: selection.hpp:127 store_type::difference_type difference_type difference_type for selection_t Definition: selection.hpp:62 selection_t(I first, I last, bool start_selected=false) Definition: selection.hpp:94 Definition: functional.hpp:26 A container used to represent a linear boolean selection. Definition: selection.hpp:48 friend bool operator==(const selection_t &x, const selection_t &y) Definition: selection.hpp:142 store_type::const_iterator const_iterator const_iterator for selection_t Definition: selection.hpp:58 |