|
LMMS
|
Namespaces | |
| namespace | adlSwap |
Classes | |
| struct | NameForwarder |
| struct | NameForwarder< Head > |
| struct | NameForwarder< Head, Tail... > |
| struct | LayoutPair |
| struct | EqualityComparableToNullptr |
| struct | EqualityComparableToNullptr< T, Void< decltype(std::declval< T >() !=nullptr)> > |
| struct | Tag |
| struct | ColorSpaceDelete |
| struct | ContextDelete |
| struct | DataProviderDelete |
| struct | ImageDelete |
| struct | GradientDelete |
Typedefs | |
| using | X = AudioChannelSet |
| template<typename...> | |
| using | Void = void |
| using | ColorSpacePtr = std::unique_ptr<CGColorSpace, ColorSpaceDelete> |
| using | ContextPtr = std::unique_ptr<CGContext, ContextDelete> |
| using | DataProviderPtr = std::unique_ptr<CGDataProvider, DataProviderDelete> |
| using | ImagePtr = std::unique_ptr<CGImage, ImageDelete> |
| using | GradientPtr = std::unique_ptr<CGGradient, GradientDelete> |
Functions | |
| constexpr auto | makeCompileTimeStr () |
| template<typename A, size_t... As, typename B, size_t... Bs> | |
| constexpr auto | joinCompileTimeStrImpl (A &&a, std::index_sequence< As... >, B &&b, std::index_sequence< Bs... >) |
| template<size_t A, size_t B> | |
| constexpr auto | joinCompileTimeStr (const char(&a)[A], std::array< char, B > b) |
| template<size_t A, typename... Others> | |
| constexpr auto | makeCompileTimeStr (const char(&v)[A], Others &&... others) |
| auto | getNumericValue (StringRef s, Tag< int >) |
| auto | getNumericValue (StringRef s, Tag< double >) |
| auto | getNumericValue (StringRef s, Tag< float >) |
| template<typename ValueType> | |
| ValueType | parseAfterSpace (StringRef s) noexcept |
| int | floorAsInt (int n) noexcept |
| int | floorAsInt (float n) noexcept |
| int | floorAsInt (double n) noexcept |
| int | ceilAsInt (int n) noexcept |
| int | ceilAsInt (float n) noexcept |
| int | ceilAsInt (double n) noexcept |
Variables | |
| const LayoutPair | layoutTable [] |
| template<typename T> | |
| constexpr bool | shouldCheckAgainstNullptr = EqualityComparableToNullptr<T>::value |
| using juce::detail::ColorSpacePtr = std::unique_ptr<CGColorSpace, ColorSpaceDelete> |
| using juce::detail::ContextPtr = std::unique_ptr<CGContext, ContextDelete> |
| using juce::detail::DataProviderPtr = std::unique_ptr<CGDataProvider, DataProviderDelete> |
| using juce::detail::GradientPtr = std::unique_ptr<CGGradient, GradientDelete> |
| using juce::detail::ImagePtr = std::unique_ptr<CGImage, ImageDelete> |
| using juce::detail::Void = void |
| using juce::detail::X = AudioChannelSet |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
noexcept |
| const LayoutPair juce::detail::layoutTable[] |
|
constexpr |