Guitar
Functions
joinpath.h File Reference
#include <string>
#include <QString>
Include dependency graph for joinpath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string joinpath (char const *left, char const *right)
 
std::string joinpath (std::string const &left, std::string const &right)
 
static std::string operator/ (std::string const &left, std::string const &right)
 
QString qjoinpath (char16_t const *left, char16_t const *right)
 
QString joinpath (QString const &left, QString const &right)
 
static QString operator/ (QString const &left, QString const &right)
 

Function Documentation

◆ joinpath() [1/3]

std::string joinpath ( char const *  left,
char const *  right 
)
Here is the call graph for this function:

◆ joinpath() [2/3]

QString joinpath ( QString const &  left,
QString const &  right 
)
inline
Here is the call graph for this function:

◆ joinpath() [3/3]

std::string joinpath ( std::string const &  left,
std::string const &  right 
)
Here is the call graph for this function:

◆ operator/() [1/2]

static QString operator/ ( QString const &  left,
QString const &  right 
)
inlinestatic
Here is the call graph for this function:

◆ operator/() [2/2]

static std::string operator/ ( std::string const &  left,
std::string const &  right 
)
inlinestatic
Here is the call graph for this function:

◆ qjoinpath()

QString qjoinpath ( char16_t const *  left,
char16_t const *  right 
)
Here is the call graph for this function: