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

Method append

src/atom/atom_basic.cpp:587–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587void VRowAtom::append(const sptr<Atom>& el) {
588 if (el != nullptr) _elements.push_back(el);
589}
590
591sptr<Box> VRowAtom::createBox(_out_ TeXEnvironment& env) {
592 VerticalBox* vb = new VerticalBox();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected