Guitarix
gx_system::PrefixConverter Class Reference

#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)
 

Detailed Description

Definition at line 308 of file gx_system.h.

Member Typedef Documentation

§ symbol_path_map

typedef std::map<char,std::string> gx_system::PrefixConverter::symbol_path_map

Definition at line 310 of file gx_system.h.

Constructor & Destructor Documentation

§ PrefixConverter()

gx_system::PrefixConverter::PrefixConverter ( )
inline

Definition at line 314 of file gx_system.h.

§ ~PrefixConverter()

gx_system::PrefixConverter::~PrefixConverter ( )
inline

Definition at line 315 of file gx_system.h.

Member Function Documentation

§ add()

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().

§ replace_path()

std::string gx_system::PrefixConverter::replace_path ( const std::string &  dir) const

Definition at line 301 of file gx_system.cpp.

§ replace_symbol()

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().


The documentation for this class was generated from the following files: