Seastar
High performance C++ framework for concurrent servers
seastar::temporary_buffer< CharType > Member List

This is the complete list of members for seastar::temporary_buffer< CharType >, including all inherited members.

aligned(size_t alignment, size_t size)seastar::temporary_buffer< CharType >inlinestatic
begin() const noexceptseastar::temporary_buffer< CharType >inline
clone() constseastar::temporary_buffer< CharType >inline
copy_of(std::string_view view) (defined in seastar::temporary_buffer< CharType >)seastar::temporary_buffer< CharType >inlinestatic
empty() const noexceptseastar::temporary_buffer< CharType >inline
end() const noexceptseastar::temporary_buffer< CharType >inline
get() const noexceptseastar::temporary_buffer< CharType >inline
get_write() noexceptseastar::temporary_buffer< CharType >inline
operator bool() const noexceptseastar::temporary_buffer< CharType >inlineexplicit
operator!=(const temporary_buffer &o) const noexceptseastar::temporary_buffer< CharType >inline
operator=(const temporary_buffer &)=delete (defined in seastar::temporary_buffer< CharType >)seastar::temporary_buffer< CharType >
operator=(temporary_buffer &&x) noexceptseastar::temporary_buffer< CharType >inline
operator==(const temporary_buffer &o) const noexceptseastar::temporary_buffer< CharType >inline
operator[](size_t pos) const noexceptseastar::temporary_buffer< CharType >inline
prefix(size_t size) &&noexceptseastar::temporary_buffer< CharType >inline
release() noexceptseastar::temporary_buffer< CharType >inline
share()seastar::temporary_buffer< CharType >inline
share(size_t pos, size_t len)seastar::temporary_buffer< CharType >inline
size() const noexceptseastar::temporary_buffer< CharType >inline
temporary_buffer(size_t size)seastar::temporary_buffer< CharType >inlineexplicit
temporary_buffer() noexceptseastar::temporary_buffer< CharType >inline
temporary_buffer(const temporary_buffer &)=delete (defined in seastar::temporary_buffer< CharType >)seastar::temporary_buffer< CharType >
temporary_buffer(temporary_buffer &&x) noexceptseastar::temporary_buffer< CharType >inline
temporary_buffer(CharType *buf, size_t size, deleter d) noexceptseastar::temporary_buffer< CharType >inline
temporary_buffer(const CharType *src, size_t size)seastar::temporary_buffer< CharType >inline
trim(size_t pos) noexceptseastar::temporary_buffer< CharType >inline
trim_front(size_t pos) noexceptseastar::temporary_buffer< CharType >inline