proxygen
|
#include <String-inl.h>
Public Member Functions | |
SplitStringSource (const StringPiece source, DelimiterType delimiter) | |
template<class Body > | |
bool | apply (Body &&body) const |
Public Member Functions inherited from folly::gen::GenImpl< StringPiece, SplitStringSource< DelimiterType > > | |
bool | apply (Handler &&handler) const |
void | foreach (Body &&body) const |
Public Member Functions inherited from folly::gen::FBounded< Self > | |
const Self & | self () const |
Self & | self () |
Private Attributes | |
StringPiece | source_ |
DelimiterType | delimiter_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< StringPiece, SplitStringSource< DelimiterType > > | |
typedef StringPiece | ValueType |
typedef std::decay< StringPiece >::type | StorageType |
Static Public Attributes inherited from folly::gen::GenImpl< StringPiece, SplitStringSource< DelimiterType > > | |
static constexpr bool | infinite |
Protected Member Functions inherited from folly::gen::GenImpl< StringPiece, SplitStringSource< DelimiterType > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Definition at line 269 of file String-inl.h.
|
inline |
Definition at line 275 of file String-inl.h.
|
inline |
Definition at line 279 of file String-inl.h.
References folly::Range< Iter >::empty(), prefix(), folly::gen::detail::splitPrefix(), and folly::Range< Iter >::subtract().
|
private |
Definition at line 272 of file String-inl.h.
|
private |
Definition at line 271 of file String-inl.h.