osmanip
Library with useful output stream tools like: color and style manipulators, progress bars and terminal graphics.
Namespaces | Functions
generic.cpp File Reference
#include <osmanip/utility/generic.hpp>
#include <array>
#include <cstdio>
#include <map>
#include <memory>
#include <regex>
#include <string>
#include <vector>
Include dependency graph for generic.cpp:

Namespaces

 osm
 

Functions

std::vector< std::string > osm::split_string (const std::string &input, const std::string &regex)
 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...