#include <log_view/utils.h>
#include <cstdlib>
#include <sstream>
#include <boost/algorithm/string/find.hpp>
Go to the source code of this file.
Namespaces | |
log_view | |
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) |