Sponge
CS144's user-space TCP library
Classes
buffer.hh File Reference
#include <algorithm>
#include <deque>
#include <memory>
#include <numeric>
#include <string>
#include <string_view>
#include <sys/uio.h>
#include <vector>
Include dependency graph for buffer.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Buffer
 A reference-counted read-only string that can discard bytes from the front. More...
 
class  BufferList
 A reference-counted discontiguous string that can discard bytes from the front. More...
 
class  BufferViewList
 A non-owning temporary view (similar to std::string_view) of a discontiguous string. More...