Guitar
Classes | Functions
joinpath.h File Reference
#include <string>
#include <vector>
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.

Classes

class  JoinPath
 

Functions

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

Function Documentation

◆ joinpath() [1/2]

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

◆ joinpath() [2/2]

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

◆ operator/()

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