CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::ui::StyledLineSink Struct Referenceabstract

Sink the parser emits styled lines to (decouples model from storage). More...

#include <MarkdownModel.h>

Public Member Functions

virtual void emit (const StyledLine &line)=0
virtual ~StyledLineSink ()=default

Detailed Description

Sink the parser emits styled lines to (decouples model from storage).

Definition at line 53 of file MarkdownModel.h.

Constructor & Destructor Documentation

◆ ~StyledLineSink()

virtual cdc::ui::StyledLineSink::~StyledLineSink ( )
virtualdefault

Member Function Documentation

◆ emit()

virtual void cdc::ui::StyledLineSink::emit ( const StyledLine & line)
pure virtual

Referenced by cdc::ui::parseMarkdown().


The documentation for this struct was generated from the following file: