|
osmanip
Library with useful output stream tools like: color and style manipulators, progress bars and terminal graphics.
|
#include <osmanip/utility/generic.hpp>#include <array>#include <cstdio>#include <map>#include <memory>#include <regex>#include <string>#include <vector>
Namespaces | |
| osm | |
Functions | |
| std::vector< std::string > | osm::split_string (const std::string &input, const std::string ®ex) |
| Function used to split a string based on a certain reges. More... | |
| std::string | osm::getCommandOut (const char *command) |
| Function used to get the output of a shell command. More... | |