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 306 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 308 of file gx_system.h.

Constructor & Destructor Documentation

◆ PrefixConverter()

gx_system::PrefixConverter::PrefixConverter ( )
inline

Definition at line 312 of file gx_system.h.

◆ ~PrefixConverter()

gx_system::PrefixConverter::~PrefixConverter ( )
inline

Definition at line 313 of file gx_system.h.

Member Function Documentation

◆ add()

void gx_system::PrefixConverter::add ( char  s,
const std::string &  d 
)

Definition at line 278 of file gx_system.cpp.

◆ replace_path()

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

Definition at line 297 of file gx_system.cpp.

◆ replace_symbol()

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

Definition at line 283 of file gx_system.cpp.


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