limal
Todo List
Class limal::CallbackBase< Request, Result >

Implement a CallbackRef holding a reference counted (specialized?) Callback object...

Implement a call() method variant using Request/Result references?

Member limal::path::copyDir (const PathName &srcPath, const PathName &destPath)
Rewrite not to execute shell command 'cp -a <srcPath> <destPath>'
Member limal::path::removeDirRecursive (const PathName &path)
Rewrite not to execute shell command 'rm -rf –preserve-root – <path>'.
File PathUtils.hpp

Review this file/classes.

Reimplement functions in PathUtils to not to execute commands!

File ValueIntCheck.hpp
Any idea how to implement this as template class like ValueRangeCheck<Int64>(min, max) inclusive a proper differentiation of the string conversion function... value.toUInt64() vs. value.toInt64() ?