Castor3D 0.16.0
Multiplatform 3D engine
|
Classes | |
class | castor::Path |
Namespaces | |
namespace | castor |
Functions | |
CU_API Path | castor::operator/ (Path const &lhs, Path const &rhs) |
Appends 2 paths. adds the separator if needed. | |
CU_API Path | castor::operator/ (Path const &lhs, String const &rhs) |
adds a string to a path. Adds the separator if needed | |
CU_API Path | castor::operator/ (Path const &lhs, char const *rhs) |
adds a string to a path. Adds the separator if needed | |
CU_API Path | castor::operator/ (Path const &lhs, wchar_t const *rhs) |
adds a string to a path. Adds the separator if needed | |
CU_API Path | castor::operator/ (String const &lhs, Path const &rhs) |
adds a string to a path. Adds the separator if needed | |
CU_API Path | castor::operator/ (char const *lhs, Path const &rhs) |
adds a string to a path. Adds the separator if needed | |
CU_API Path | castor::operator/ (wchar_t const *lhs, Path const &rhs) |
adds a string to a path. Adds the separator if needed | |
CU_API std::filesystem::path | castor::makePath (StringView str) |