#include <joinpath.h>
|
| template<typename T > |
| static void | trimquot (T const **begin, T const **end) |
| |
| template<typename T , typename U > |
| static void | joinpath_ (T const *left, T const *right, U *vec) |
| |
| static std::string | joinpath (char const *left, char const *right) |
| |
| static std::string | joinpath (std::string const &left, std::string const &right) |
| |
◆ joinpath() [1/2]
| static std::string JoinPath::joinpath |
( |
char const * |
left, |
|
|
char const * |
right |
|
) |
| |
|
inlinestatic |
◆ joinpath() [2/2]
| static std::string JoinPath::joinpath |
( |
std::string const & |
left, |
|
|
std::string const & |
right |
|
) |
| |
|
inlinestatic |
◆ joinpath_()
template<typename T , typename U >
| static void JoinPath::joinpath_ |
( |
T const * |
left, |
|
|
T const * |
right, |
|
|
U * |
vec |
|
) |
| |
|
inlinestatic |
◆ trimquot()
template<typename T >
| static void JoinPath::trimquot |
( |
T const ** |
begin, |
|
|
T const ** |
end |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: