#include <algorithm>
#include <cctype>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
log_view | |
Enumerations | |
enum | log_view::Color { log_view::CP_DEFAULT, log_view::CP_RED, log_view::CP_YELLOW, log_view::CP_GREY, log_view::CP_DEFAULT_CYAN, log_view::CP_DEFAULT_GREY } |
Functions | |
bool | log_view::contains (const std::string &text, const std::string &substr, bool case_insensitive) |
int | log_view::ctrl (char key) |
std::vector< size_t > | log_view::find (const std::string &text, const std::string &substr, bool case_insensitive) |
std::vector< std::string > | log_view::split (const std::string &text, char sep) |
void | log_view::toClipboard (const std::string &text) |
std::string | log_view::toString (double val, int precision) |