Pretty Diagnostics
Create your own pretty diagnostics
Loading...
Searching...
No Matches
renderer.hpp File Reference
#include <string>
#include <vector>
#include "report.hpp"
Include dependency graph for renderer.hpp:

Go to the source code of this file.

Data Structures

struct  pretty_diagnostics::GlyphSet
 Collection of glyphs used for rendering text-based UI elements. More...
 
struct  pretty_diagnostics::Config
 Configuration options for the TextRenderer. More...
 
class  pretty_diagnostics::TextRenderer
 A plain-text renderer for diagnostic Reports. More...
 

Namespaces

namespace  pretty_diagnostics
 
namespace  pretty_diagnostics::Glyphs
 

Functions

GlyphSet pretty_diagnostics::Glyphs::Unicode ()
 Returns a Unicode glyph set for rich terminal rendering. More...
 
GlyphSet pretty_diagnostics::Glyphs::Ascii ()
 Returns an ASCII-only glyph set for maximum compatibility. More...