Md4qt

MD::MdLineData Struct Reference

#include <parser.h>

Public Types

using CommentData = std::pair<char, bool>
 
using CommentDataMap = std::map<long long int, CommentData>
 

Public Attributes

CommentDataMap m_htmlCommentData = {}
 
long long int m_lineNumber = -1
 

Detailed Description

Internal structure for auxiliary information about a line in Markdown.

Definition at line 242 of file parser.h.

Member Typedef Documentation

◆ CommentData

using MD::MdLineData::CommentData = std::pair<char, bool>

Definition at line 244 of file parser.h.

◆ CommentDataMap

using MD::MdLineData::CommentDataMap = std::map<long long int, CommentData>

Definition at line 245 of file parser.h.

Member Data Documentation

◆ m_htmlCommentData

CommentDataMap MD::MdLineData::m_htmlCommentData = {}

Definition at line 247 of file parser.h.

◆ m_lineNumber

long long int MD::MdLineData::m_lineNumber = -1

Definition at line 243 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.