Skip to main content

The TableState Struct Reference

Declaration

struct LatexDocVisitor::TableState { ... }

Public Member Attributes Index

RowSpanListrowSpans
size_tnumCols = 0
size_tcurrentColumn = 0
boolinRowSpan = false
boolinColSpan = false
boolfirstRow = false

Definition at line 186 of file latexdocvisitor.h.

Public Member Attributes

currentColumn

size_t LatexDocVisitor::TableState::currentColumn = 0

Definition at line 190 of file latexdocvisitor.h.

190 size_t currentColumn = 0;

firstRow

bool LatexDocVisitor::TableState::firstRow = false

Definition at line 193 of file latexdocvisitor.h.

193 bool firstRow = false;

inColSpan

bool LatexDocVisitor::TableState::inColSpan = false

Definition at line 192 of file latexdocvisitor.h.

192 bool inColSpan = false;

inRowSpan

bool LatexDocVisitor::TableState::inRowSpan = false

Definition at line 191 of file latexdocvisitor.h.

191 bool inRowSpan = false;

numCols

size_t LatexDocVisitor::TableState::numCols = 0

Definition at line 189 of file latexdocvisitor.h.

189 size_t numCols = 0;

rowSpans

RowSpanList LatexDocVisitor::TableState::rowSpans

Definition at line 188 of file latexdocvisitor.h.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.