|
LLVM 22.0.0git
|
A forward iterator over partitions of string over a separator. More...
#include "llvm/ADT/StringExtras.h"
Public Member Functions | |
| SplittingIterator (StringRef Str, StringRef Separator) | |
| SplittingIterator (StringRef Str, char Separator) | |
| SplittingIterator (const SplittingIterator &R) | |
| SplittingIterator & | operator= (const SplittingIterator &R) |
| bool | operator== (const SplittingIterator &R) const |
| const StringRef & | operator* () const |
| StringRef & | operator* () |
| SplittingIterator & | operator++ () |
| Public Member Functions inherited from llvm::iterator_facade_base< SplittingIterator, std::forward_iterator_tag, StringRef > | |
| SplittingIterator | operator+ (std::ptrdiff_t n) const |
| SplittingIterator | operator- (std::ptrdiff_t n) const |
| SplittingIterator & | operator++ () |
| SplittingIterator & | operator-- () |
| bool | operator!= (const SplittingIterator &RHS) const |
| bool | operator> (const SplittingIterator &RHS) const |
| bool | operator<= (const SplittingIterator &RHS) const |
| bool | operator>= (const SplittingIterator &RHS) const |
| PointerProxy | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
| Public Types inherited from llvm::iterator_facade_base< SplittingIterator, std::forward_iterator_tag, StringRef > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
| Protected Types inherited from llvm::iterator_facade_base< SplittingIterator, std::forward_iterator_tag, StringRef > | |
| enum | |
A forward iterator over partitions of string over a separator.
Definition at line 548 of file StringExtras.h.
Definition at line 557 of file StringExtras.h.
Referenced by operator++(), operator=(), operator==(), and SplittingIterator().
Definition at line 562 of file StringExtras.h.
|
inline |
Definition at line 568 of file StringExtras.h.
References SplittingIterator().
|
inline |
Definition at line 595 of file StringExtras.h.
Definition at line 593 of file StringExtras.h.
|
inline |
Definition at line 597 of file StringExtras.h.
References SplittingIterator().
|
inline |
Definition at line 575 of file StringExtras.h.
References SplittingIterator().
|
inline |
Definition at line 588 of file StringExtras.h.
References assert(), and SplittingIterator().