Seastar
High performance C++ framework for concurrent servers
Public Types | Public Member Functions | List of all members
seastar::simple_memory_input_stream Class Reference

Public Types

using has_with_stream = std::false_type
 

Public Member Functions

 simple_memory_input_stream (const char *p, size_t size)
 
const char * begin () const
 
void skip (size_t size)
 
simple read_substream (size_t size)
 
void read (char *p, size_t size)
 
template<typename Output >
void copy_to (Output &out) const
 
size_t size () const
 

The documentation for this class was generated from the following file: