Guitarix
|
#include <gx_system.h>
Public Types | |
typedef std::map< char, std::string > | symbol_path_map |
Public Member Functions | |
PrefixConverter () | |
~PrefixConverter () | |
std::string | replace_symbol (const std::string &dir) const |
std::string | replace_path (const std::string &dir) const |
void | add (char s, const std::string &d) |
Definition at line 308 of file gx_system.h.
typedef std::map<char,std::string> gx_system::PrefixConverter::symbol_path_map |
Definition at line 310 of file gx_system.h.
|
inline |
Definition at line 314 of file gx_system.h.
|
inline |
Definition at line 315 of file gx_system.h.
void gx_system::PrefixConverter::add | ( | char | s, |
const std::string & | d | ||
) |
Definition at line 282 of file gx_system.cpp.
Referenced by gx_system::BasicOptions::BasicOptions().
std::string gx_system::PrefixConverter::replace_path | ( | const std::string & | dir | ) | const |
Definition at line 301 of file gx_system.cpp.
std::string gx_system::PrefixConverter::replace_symbol | ( | const std::string & | dir | ) | const |
Definition at line 287 of file gx_system.cpp.
Referenced by gx_engine::GxJConvSettings::readJSON().