Данная справка содержит все операции, необходимые для пограничного анализа текста. Больше...
|
| template<typename BaseIterator > |
| bool | operator== (BaseIterator const &l, boundary_point< BaseIterator > const &r) |
| |
| template<typename BaseIterator > |
| bool | operator!= (BaseIterator const &l, boundary_point< BaseIterator > const &r) |
| |
|
template<typename IteratorL , typename IteratorR > |
| bool | operator== (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| | Compare two segments.
|
| |
|
template<typename IteratorL , typename IteratorR > |
| bool | operator!= (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| | Compare two segments.
|
| |
|
template<typename IteratorL , typename IteratorR > |
| bool | operator< (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| | Compare two segments.
|
| |
|
template<typename IteratorL , typename IteratorR > |
| bool | operator<= (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| | Compare two segments.
|
| |
|
template<typename IteratorL , typename IteratorR > |
| bool | operator> (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| | Compare two segments.
|
| |
|
template<typename IteratorL , typename IteratorR > |
| bool | operator>= (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| | Compare two segments.
|
| |
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
| bool | operator== (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| | Compare string and segment.
|
| |
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
| bool | operator!= (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| | Compare string and segment.
|
| |
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
| bool | operator< (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| | Compare string and segment.
|
| |
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
| bool | operator<= (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| | Compare string and segment.
|
| |
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
| bool | operator> (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| | Compare string and segment.
|
| |
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
| bool | operator>= (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| | Compare string and segment.
|
| |
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
| bool | operator== (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| | Compare string and segment.
|
| |
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
| bool | operator!= (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| | Compare string and segment.
|
| |
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
| bool | operator< (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| | Compare string and segment.
|
| |
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
| bool | operator<= (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| | Compare string and segment.
|
| |
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
| bool | operator> (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| | Compare string and segment.
|
| |
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
| bool | operator>= (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| | Compare string and segment.
|
| |
|
template<typename CharType , typename IteratorR > |
| bool | operator== (CharType const *l, segment< IteratorR > const &r) |
| | Compare C string and segment.
|
| |
|
template<typename CharType , typename IteratorR > |
| bool | operator!= (CharType const *l, segment< IteratorR > const &r) |
| | Compare C string and segment.
|
| |
|
template<typename CharType , typename IteratorR > |
| bool | operator< (CharType const *l, segment< IteratorR > const &r) |
| | Compare C string and segment.
|
| |
|
template<typename CharType , typename IteratorR > |
| bool | operator<= (CharType const *l, segment< IteratorR > const &r) |
| | Compare C string and segment.
|
| |
|
template<typename CharType , typename IteratorR > |
| bool | operator> (CharType const *l, segment< IteratorR > const &r) |
| | Compare C string and segment.
|
| |
|
template<typename CharType , typename IteratorR > |
| bool | operator>= (CharType const *l, segment< IteratorR > const &r) |
| | Compare C string and segment.
|
| |
|
template<typename Iterator , typename CharType > |
| bool | operator== (segment< Iterator > const &l, CharType const *r) |
| | Compare C string and segment.
|
| |
|
template<typename Iterator , typename CharType > |
| bool | operator!= (segment< Iterator > const &l, CharType const *r) |
| | Compare C string and segment.
|
| |
|
template<typename Iterator , typename CharType > |
| bool | operator< (segment< Iterator > const &l, CharType const *r) |
| | Compare C string and segment.
|
| |
|
template<typename Iterator , typename CharType > |
| bool | operator<= (segment< Iterator > const &l, CharType const *r) |
| | Compare C string and segment.
|
| |
|
template<typename Iterator , typename CharType > |
| bool | operator> (segment< Iterator > const &l, CharType const *r) |
| | Compare C string and segment.
|
| |
|
template<typename Iterator , typename CharType > |
| bool | operator>= (segment< Iterator > const &l, CharType const *r) |
| | Compare C string and segment.
|
| |
| template<typename CharType , typename TraitsType , typename Iterator > |
std::basic_ostream< CharType,
TraitsType > & | operator<< (std::basic_ostream< CharType, TraitsType > &out, segment< Iterator > const &tok) |
| |
| rule_type | boundary_rule (boundary_type t) |
| |
Данная справка содержит все операции, необходимые для пограничного анализа текста.
Данная справка содержит все операции, необходимые для пограничного анализа текста.