proxygen
|
#include <String-inl.h>
Public Member Functions | |
UnsplitBuffer (const Delimiter &delimiter, OutputBuffer *outputBuffer) | |
template<class Source , class Value > | |
void | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::Operator< UnsplitBuffer< Delimiter, OutputBuffer > > | |
ResultGen | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::FBounded< Self > | |
const Self & | self () const |
Self & | self () |
Private Attributes | |
Delimiter | delimiter_ |
OutputBuffer * | outputBuffer_ |
Additional Inherited Members | |
Protected Member Functions inherited from folly::gen::Operator< UnsplitBuffer< Delimiter, OutputBuffer > > | |
Operator ()=default | |
Operator (Operator &&) noexcept=default | |
Operator (const Operator &)=default | |
Operator & | operator= (Operator &&) noexcept=default |
Operator & | operator= (const Operator &)=default |
UnsplitBuffer - For joining tokens from a generator into a string, and inserting them into a custom buffer.
This type is primarily used through the 'unsplit' function.
Definition at line 326 of file String-inl.h.
|
inline |
Definition at line 331 of file String-inl.h.
|
inline |
Definition at line 337 of file String-inl.h.
References folly::toAppend(), v, and testing::Value().
Referenced by folly::gen::detail::Unsplit< Delimiter, Output >::compose().
|
private |
Definition at line 327 of file String-inl.h.
|
private |
Definition at line 328 of file String-inl.h.