libhext: C++ Library Documentation
1.0.12-3ea013c
|
This is the complete list of members for hext::TrimPipe, including all inherited members.
append(std::unique_ptr< StringPipe > pipe) noexcept | hext::StringPipe | |
clone() const override | hext::Cloneable< TrimPipe, StringPipe > | inlinevirtual |
emplace(Args &&... arg) | hext::StringPipe | inline |
operator=(const StringPipe &other) | hext::StringPipe | |
operator=(StringPipe &&) noexcept=default | hext::StringPipe | |
pipe(std::string str) const | hext::StringPipe | |
StringPipe() noexcept | hext::StringPipe | |
StringPipe(const StringPipe &other) | hext::StringPipe | |
StringPipe(StringPipe &&) noexcept=default | hext::StringPipe | |
transform(std::string str) const override | hext::TrimPipe | virtual |
TrimPipe(std::string trim_any_of=" ") | hext::TrimPipe | explicit |
~StringPipe() noexcept=default | hext::StringPipe | virtual |