utility.h File
C++ header file with declarations for the µTest++ utility helpers. More...
Included Headers
Namespaces Index
| namespace | micro_os_plus |
|
The primary namespace for the µOS++ framework. More... | |
| namespace | micro_test_plus |
|
Primary namespace for the µTest++ testing framework. More... | |
| namespace | utility |
|
Utility functions for the µTest++ testing framework. More... | |
Functions Index
| const char * | extract_file_name (const char *path) noexcept |
|
Extracts the file name component from a full path. More... | |
| bool | is_match (std::string_view input, std::string_view pattern) |
|
Check if a string matches a pattern. More... | |
template <class T = std::string_view, class Delim_T> | |
| auto | split (T input, Delim_T delim) -> std::vector< T > |
|
Split a string into a vector of sub-strings. More... | |
Description
C++ header file with declarations for the µTest++ utility helpers.
This header provides declarations for the utility helper functions used within the µTest++ framework. It defines interfaces for string operations including file-name extraction, pattern matching, and string splitting.
File Listing
The file content with the documentation metadata removed is:
Generated via doxygen2docusaurus 2.2.0 by Doxygen 1.17.0.