|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <iostream>#include <sstream>#include <algorithm>#include <memory.h>#include "swoc/Errata.h"#include "swoc/bwf_ex.h"#include "swoc/bwf_std.h"
Go to the source code of this file.
Classes | |
| class | MemArena |
| class | string_view |
| STL class. More... | |
Namespaces | |
| namespace | swoc |
| For template deduction guides. | |
Functions | |
| BufferWriter & | swoc::bwformat (BufferWriter &bw, bwf::Spec const &spec, Errata::Severity level) |
| BufferWriter & | swoc::bwformat (BufferWriter &bw, bwf::Spec const &spec, Errata const &errata) |
| std::ostream & | swoc::operator<< (std::ostream &os, Errata const &err) |
Variables | |
| std::array< swoc::TextView, 3 > | swoc::Severity_Names |
| Default set of severity names. | |
Errata implementation.
Definition in file Errata.cc.