proxygen
|
#include <String-inl.h>
Public Member Functions | |
Generator (Source source, char delimiter, bool keepDelimiter) | |
template<class Body > | |
bool | apply (Body &&body) const |
Public Member Functions inherited from folly::gen::GenImpl< StringPiece, Generator< Source > > | |
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 () |
Static Public Attributes | |
static constexpr bool | infinite = Source::infinite |
Static Public Attributes inherited from folly::gen::GenImpl< StringPiece, Generator< Source > > | |
static constexpr bool | infinite |
Private Attributes | |
Source | source_ |
char | delimiter_ |
bool | keepDelimiter_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< StringPiece, Generator< Source > > | |
typedef StringPiece | ValueType |
typedef std::decay< StringPiece >::type | StorageType |
Protected Member Functions inherited from folly::gen::GenImpl< StringPiece, Generator< Source > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Definition at line 220 of file String-inl.h.
|
inline |
Definition at line 226 of file String-inl.h.
|
inline |
Definition at line 232 of file String-inl.h.
References folly::Range< Iter >::back(), folly::Range< Iter >::empty(), folly::Range< Iter >::pop_back(), s, and folly::gen::streamSplitter().
|
private |
Definition at line 222 of file String-inl.h.
|
static |
Definition at line 254 of file String-inl.h.
|
private |
Definition at line 223 of file String-inl.h.
|
private |
Definition at line 221 of file String-inl.h.