|
HAL
|
Classes | |
| struct | CaseInsensitiveCharTraits |
Typedefs | |
| using | CaseInsensitiveString = std::basic_string< char, CaseInsensitiveCharTraits > |
Functions | |
| template<class S , class T > | |
| S | to (const T &str) |
| using hal::core_strings::CaseInsensitiveString = typedef std::basic_string<char, CaseInsensitiveCharTraits> |
Definition at line 143 of file special_strings.h.
|
inline |
Convert one kind of string into another kind of string.
| S | - The output string type. |
| T | - The input string type. |
| str | - The string to convert. |
Definition at line 46 of file special_strings.h.
References control::str.
Referenced by hal::gui_utility::changeAllSvgColors(), hal::gui_utility::changeSvgColor(), hal::ArrowSeparatedNet::paint(), and hal::CircleSeparatedNet::paint().