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

Method defineColumnSpecifier

src/atom/atom_impl.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19sptr<Box> MatrixAtom::_nullbox(new StrutBox(0, 0, 0, 0));
20
21void MatrixAtom::defineColumnSpecifier(const wstring& rep, const wstring& spe) {
22 _colspeReplacement[rep] = spe;
23}
24
25void MatrixAtom::parsePositions(wstring opt, _out_ vector<int>& lpos) {
26 int len = opt.length();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected