scsl 0.1.1
Shimmering Clarity Standard Library
Namespaces | Functions | Variables
Buffer.cc File Reference
#include <cassert>
#include <cstring>
#include <ios>
#include <iostream>
#include <iomanip>
#include "Buffer.h"

Namespaces

namespace  scsl
 scsl is the top-level namespace containing all the code in this library.
 

Functions

bool scsl::operator== (const Buffer &lhs, const Buffer &rhs)
 
std::ostream & scsl::operator<< (std::ostream &os, const Buffer &buf)
 The << operator is overloaded to write out the contents of the Buffer.
 

Variables

constexpr size_t scsl::defaultCapacity = 32
 
constexpr size_t scsl::maxReasonableLine = 8192
 

Detailed Description

Author
K. Isom kyle@.nosp@m.imap.nosp@m..cc
Date
2023-10-09