Classes | |
| struct | LogoASCII_t |
| struct | LogoUnicode_t |
Functions | |
| const std::string & | getLogo (LogoASCII_t) |
| Get the ASCII logo string. | |
| const std::string & | getLogo (LogoUnicode_t) |
| Get the Unicode logo string. | |
| std::string | loadBuildTimestamp (const std::filesystem::path &path) |
| std::string | currentTimestamp () |
| template<class DataT , class ChildT , template< typename... > class ChildListT> | |
| std::vector< std::string > | topologicalSort (const absl::flat_hash_map< std::string, DataT > &data, std::function< ChildListT< ChildT >(const DataT &)> get_childreen, std::function< std::string(const ChildT &)> get_child_name) |
| bool | equalsIgnoreCase (const std::string &a, const std::string &b) |
| void | logException (const std::exception_ptr &exception_ptr, const std::string_view context) |
| bool | isImportTraceEnabled () |
Variables | |
| template<class T > | |
| constexpr bool | always_false = false |
| std::string dcn::utils::currentTimestamp | ( | ) |
| bool dcn::utils::equalsIgnoreCase | ( | const std::string & | a, |
| const std::string & | b | ||
| ) |
| const std::string & dcn::utils::getLogo | ( | LogoASCII_t | ) |
Get the ASCII logo string.
| const std::string & dcn::utils::getLogo | ( | LogoUnicode_t | ) |
Get the Unicode logo string.
| bool dcn::utils::isImportTraceEnabled | ( | ) |
| std::string dcn::utils::loadBuildTimestamp | ( | const std::filesystem::path & | path | ) |
| void dcn::utils::logException | ( | const std::exception_ptr & | exception_ptr, |
| const std::string_view | context | ||
| ) |
| std::vector< std::string > dcn::utils::topologicalSort | ( | const absl::flat_hash_map< std::string, DataT > & | data, |
| std::function< ChildListT< ChildT >(const DataT &)> | get_childreen, | ||
| std::function< std::string(const ChildT &)> | get_child_name | ||
| ) |
|
inlineconstexpr |