CK Namespace Reference#
Classes | |
struct | FsPathHash |
Functions | |
fs::path | weakly_canonical (const fs::path &path) |
fs::path | make_executable_name (const fs::path &path) |
fs::path | make_dynamic_library_name (const fs::path &path) |
fs::path | make_object_file_name (const fs::path &path) |
fs::path | make_static_library_name (const fs::path &path) |
Variables | |
constexpr std::string_view | executable_postfix {""} |
constexpr std::string_view | library_prefix {"lib"} |
constexpr std::string_view | dynamic_library_postfix {".so"} |
constexpr std::string_view | static_library_postfix {".a"} |
constexpr std::string_view | object_file_postfix {".o"} |
Function Documentation
◆ make_dynamic_library_name()
|
inline |
◆ make_executable_name()
|
inline |
◆ make_object_file_name()
|
inline |
◆ make_static_library_name()
|
inline |
◆ weakly_canonical()
|
inline |
Variable Documentation
◆ dynamic_library_postfix
|
constexpr |
◆ executable_postfix
|
constexpr |
◆ library_prefix
|
constexpr |
◆ object_file_postfix
|
constexpr |
◆ static_library_postfix
|
constexpr |