| Canola
    0.8.D001
    | 
#include <lib/path_join.h>Go to the source code of this file.
| Functions | |
| std::string | path_join (const std::string &lhs, const std::string &rhs) | 
| std::string | path_join (const std::string &s1, const std::string &s2, const std::string &s3) | 
| std::string | path_join (const std::string &s1, const std::string &s2, const std::string &s3, const std::string &s4) | 
| std::string path_join | ( | const std::string & | lhs, | 
| const std::string & | rhs | ||
| ) | 
The path_join function is used to glue path pieces together with a slash. But will lots of exceptions for leading an trailing slashes.
| lhs | The left hand side path portion. | 
| rhs | The right hand side path portion. | 
Definition at line 22 of file path_join.cc.
| std::string path_join | ( | const std::string & | s1, | 
| const std::string & | s2, | ||
| const std::string & | s3 | ||
| ) | 
The path_join function is used to glue path pieces together with a slash. But will lots of exceptions for leading an trailing slashes.
| s1 | The first path portion. | 
| s2 | The second path portion. | 
| s3 | The third path portion. | 
Definition at line 39 of file path_join.cc.
| std::string path_join | ( | const std::string & | s1, | 
| const std::string & | s2, | ||
| const std::string & | s3, | ||
| const std::string & | s4 | ||
| ) | 
The path_join function is used to glue path pieces together with a slash. But will lots of exceptions for leading an trailing slashes.
| s1 | The first path portion. | 
| s2 | The second path portion. | 
| s3 | The third path portion. | 
| s4 | The fourth path portion. | 
Definition at line 46 of file path_join.cc.
 1.7.6.1
 1.7.6.1