Md4qt

MD::MdBlock< Trait > Struct Template Reference

#include <parser.h>

Public Types

using Data = typename Trait::template Vector<Line>
 
using Line = std::pair<typename Trait::InternalString, MdLineData>
 

Public Attributes

Data m_data
 
bool m_emptyLineAfter = true
 
long long int m_emptyLinesBefore = 0
 

Detailed Description

template<class Trait>
struct MD::MdBlock< Trait >

Internal structure for block of text in Markdown.

Definition at line 256 of file parser.h.

Member Typedef Documentation

◆ Data

template<class Trait >
using MD::MdBlock< Trait >::Data = typename Trait::template Vector<Line>

Definition at line 258 of file parser.h.

◆ Line

template<class Trait >
using MD::MdBlock< Trait >::Line = std::pair<typename Trait::InternalString, MdLineData>

Definition at line 257 of file parser.h.

Member Data Documentation

◆ m_data

template<class Trait >
Data MD::MdBlock< Trait >::m_data

Definition at line 260 of file parser.h.

◆ m_emptyLineAfter

template<class Trait >
bool MD::MdBlock< Trait >::m_emptyLineAfter = true

Definition at line 262 of file parser.h.

◆ m_emptyLinesBefore

template<class Trait >
long long int MD::MdBlock< Trait >::m_emptyLinesBefore = 0

Definition at line 261 of file parser.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Nov 6 2024 12:12:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.