Guitarix
gx_system.cpp File Reference
#include <dirent.h>
#include <iostream>
#include <iomanip>
#include "engine.h"
Include dependency graph for gx_system.cpp:

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)
 

Macro Definition Documentation

◆ TCLR

#define TCLR (   s)    "\033[1;32m" s "\033[0m"

Definition at line 429 of file gx_system.cpp.

◆ TCLR2

#define TCLR2 (   s)    TCLR(s), s

Definition at line 430 of file gx_system.cpp.