Audacity 3.2.0
|
Functions | |
unsigned | digitToInt (char c) noexcept |
template<typename T > | |
bool | safeMul10Add (T &result, T a, T b) |
template<typename ResultType > | |
FromCharsResult | FastStringToInt (const char *first, const char *last, ResultType &value, bool isNegative) noexcept |
template<typename ResultType > | |
FromCharsResult | IntFromChars (const char *buffer, const char *last, ResultType &value) noexcept |
|
noexcept |
Definition at line 21 of file FromChars.cpp.
Referenced by FastStringToInt().
|
noexcept |
Definition at line 58 of file FromChars.cpp.
References digitToInt().
Referenced by IntFromChars().
|
noexcept |
Definition at line 126 of file FromChars.cpp.
References FastStringToInt().
Referenced by FromChars().
bool anonymous_namespace{FromChars.cpp}::safeMul10Add | ( | T & | result, |
T | a, | ||
T | b | ||
) |
Definition at line 27 of file FromChars.cpp.