MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / addRow

Method addRow

src/core/parser.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void TeXParser::addRow() throw(ex_parse) {
136 if (!_arrayMode) throw ex_parse("Can not add row in none-array mode!");
137 ((ArrayOfAtoms*)_formula)->addRow();
138}
139
140wstring TeXParser::getDollarGroup(wchar_t openclose) throw(ex_parse) {
141 int spos = _pos;

Callers 3

macroFunction · 0.45
macroFunction · 0.45
parseMethod · 0.45

Calls 1

ex_parseClass · 0.85

Tested by

no test coverage detected