scsl
0.1.1
Shimmering Clarity Standard Library
|
#include <cassert>
#include <cstring>
#include <ios>
#include <iostream>
#include <iomanip>
#include "Buffer.h"
Namespaces | |
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 |