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

Method addRow

src/core/formula.cpp:294–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void ArrayOfAtoms::addRow() {
295 addCol();
296 _array.push_back(vector<sptr<Atom>>());
297 _row++;
298 _col = 0;
299}
300
301void ArrayOfAtoms::addRowSpecifier(const sptr<CellSpecifier>& spe) {
302 auto it = _rowSpecifiers.find(_row);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected