|
LMMS
|
Go to the source code of this file.
Classes | |
| struct | juce::detail::Tag< typename > |
| class | juce::Rectangle< ValueType > |
Namespaces | |
| namespace | juce |
| namespace | juce::detail |
Functions | |
| auto | juce::detail::getNumericValue (StringRef s, Tag< int >) |
| auto | juce::detail::getNumericValue (StringRef s, Tag< double >) |
| auto | juce::detail::getNumericValue (StringRef s, Tag< float >) |
| template<typename ValueType> | |
| ValueType | juce::detail::parseAfterSpace (StringRef s) noexcept |
| int | juce::detail::floorAsInt (int n) noexcept |
| int | juce::detail::floorAsInt (float n) noexcept |
| int | juce::detail::floorAsInt (double n) noexcept |
| int | juce::detail::ceilAsInt (int n) noexcept |
| int | juce::detail::ceilAsInt (float n) noexcept |
| int | juce::detail::ceilAsInt (double n) noexcept |