|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
Classes | |
| struct | CaseInsensitiveCharTraits |
Typedefs | |
| using | CaseInsensitiveString = std::basic_string< char, CaseInsensitiveCharTraits > |
Functions | |
| template<class S , class T > | |
| S | to (const T &str) |
Contains the string types used throughout HAL, in particular a case-insensitive string.
| using hal::core_strings::CaseInsensitiveString = typedef std::basic_string<char, CaseInsensitiveCharTraits> |
Definition at line 145 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 48 of file special_strings.h.
Referenced by hal::gui_utility::changeAllSvgColors(), hal::gui_utility::changeSvgColor(), hal::ArrowSeparatedNet::paint(), hal::CircleSeparatedNet::paint(), and hal::z3_utils::Converter::replace_all().