| 
    Guitarix
    
   | 
 
Classes | |
| class | AbstractPresetIO | 
| class | AbstractStateIO | 
| class | Accum | 
| class | BasicOptions | 
| class | CmdlineOptions | 
| class | FileName | 
| class | GxSettingsBase | 
| class | IRFileListing | 
| class | JsonException | 
| class | JsonExceptionEOF | 
| class | JsonParser | 
| class | JsonStringParser | 
| class | JsonStringWriter | 
| class | JsonSubParser | 
| class | JsonWriter | 
| struct | Measure | 
| class | MeasureThreadsafe | 
| class | PathList | 
| class | PrefixConverter | 
| class | PresetBanks | 
| class | PresetFile | 
| class | PresetFileGui | 
| class | PresetTransformer | 
| class | SettingsFileHeader | 
| class | SkinHandling | 
| class | StateFile | 
Enumerations | |
| enum | { PRESET_FLAG_VERSIONDIFF = 1 , PRESET_FLAG_READONLY = 2 , PRESET_FLAG_INVALID = 4 } | 
Functions | |
| void | atomic_set (volatile int *p, int v) | 
| void | atomic_set (volatile unsigned int *p, unsigned int v) | 
| int | atomic_get (volatile int &p) | 
| unsigned int | atomic_get (volatile unsigned int &p) | 
| void | atomic_inc (volatile int *p) | 
| void | atomic_inc (volatile unsigned int *p) | 
| bool | atomic_compare_and_exchange (volatile int *p, int oldv, int newv) | 
| template<class T > | |
| void | atomic_set (T **p, T *v) | 
| template<class T > | |
| void | atomic_set_0 (T **p) | 
| template<class T > | |
| T * | atomic_get (T *&p) | 
| template<class T > | |
| bool | atomic_compare_and_exchange (T **p, T *oldv, T *newv) | 
| void | add_time_measurement () | 
| void | measure_start () | 
| void | measure_pause () | 
| void | measure_cont () | 
| void | measure_stop () | 
| void | list_subdirs (PathList pl, std::vector< FileName > &dirs) | 
| BasicOptions & | get_options () | 
| int | gx_system_call (const std::string &, bool devnull=false, bool escape=false) | 
| void | strip (Glib::ustring &s) | 
| template<class T > | |
| std::string | to_string (const T &t) | 
| std::string | encode_filename (const std::string &s) | 
| std::string | decode_filename (const std::string &s) | 
Variables | |
| MeasureThreadsafe | measure | 
| anonymous enum | 
| void gx_system::add_time_measurement | ( | ) | 
      
  | 
  inline | 
Definition at line 138 of file gx_system.h.
      
  | 
  inline | 
Definition at line 114 of file gx_system.h.
      
  | 
  inline | 
Definition at line 133 of file gx_system.h.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 102 of file gx_system.h.
      
  | 
  inline | 
Definition at line 106 of file gx_system.h.
      
  | 
  inline | 
Definition at line 110 of file gx_system.h.
      
  | 
  inline | 
Definition at line 123 of file gx_system.h.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 94 of file gx_system.h.
      
  | 
  inline | 
Definition at line 128 of file gx_system.h.
| std::string gx_system::decode_filename | ( | const std::string & | s | ) | 
| std::string gx_system::encode_filename | ( | const std::string & | s | ) | 
      
  | 
  inline | 
Definition at line 558 of file gx_system.h.
| int gx_system::gx_system_call | ( | const std::string & | , | 
| bool | devnull = false,  | 
        ||
| bool | escape = false  | 
        ||
| ) | 
      
  | 
  inline | 
Definition at line 264 of file gx_system.h.
      
  | 
  inline | 
Definition at line 263 of file gx_system.h.
      
  | 
  inline | 
Definition at line 262 of file gx_system.h.
      
  | 
  inline | 
Definition at line 265 of file gx_system.h.
| void gx_system::strip | ( | Glib::ustring & | s | ) | 
      
  | 
  inline | 
Definition at line 572 of file gx_system.h.
Referenced by gx_engine::LadspaLoader::get_ladspa_filename(), and ladspa::LadspaPluginList::make_key().
      
  | 
  extern | 
Referenced by measure_cont(), measure_pause(), measure_start(), and measure_stop().