Guitarix
|
Go to the source code of this file.
Namespaces | |
gx_system | |
Macros | |
#define | TCLR(s) "\033[1;32m" s "\033[0m" |
#define | TCLR2(s) TCLR(s), s |
Functions | |
void | gx_system::add_time_measurement () |
void | gx_system::list_subdirs (PathList pl, std::vector< FileName > &dirs) |
int | gx_system::gx_system_call (const std::string &, bool devnull=false, bool escape=false) |
void | gx_system::strip (Glib::ustring &s) |
std::string | gx_system::encode_filename (const std::string &s) |
std::string | gx_system::decode_filename (const std::string &s) |
#define TCLR | ( | s | ) | "\033[1;32m" s "\033[0m" |
Definition at line 424 of file gx_system.cpp.
#define TCLR2 | ( | s | ) | TCLR(s), s |
Definition at line 425 of file gx_system.cpp.