LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
Errata.cc File Reference
#include <iostream>
#include <sstream>
#include <algorithm>
#include <memory.h>
#include "swoc/Errata.h"
#include "swoc/bwf_ex.h"
#include "swoc/bwf_std.h"
Include dependency graph for Errata.cc:

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

BufferWriterswoc::bwformat (BufferWriter &bw, bwf::Spec const &spec, Errata::Severity level)
 
BufferWriterswoc::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.
 

Detailed Description

Errata implementation.

Definition in file Errata.cc.