aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/num.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix conversion issues by replacing ConvToInt with ConvToNum<T>.•••The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting. Gravatar Peter Powell2018-12-121-1/+1
* Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. Gravatar Peter Powell2018-07-261-4/+4
* m_spanningtree Add CommandNum::BuilderGravatar Attila Molnar2016-03-291-0/+15
* m_spanningtree Add NUM command handlerGravatar Attila Molnar2016-03-291-0/+47