|
ug4
|
#include <cctype>#include <cstring>#include <vector>#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<class ind_t > | |
| std::string | ug::IndexListToRangeString (const std::vector< ind_t > &inds) |
| template<class ind_t > | |
| void | ug::RangeStringToIndexList (std::vector< ind_t > &indsOut, const char *rangeString) |