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