|
LMMS
|
Go to the source code of this file.
Namespaces | |
| namespace | juce |
| namespace | juce::URLHelpers |
Functions | |
| static String | juce::URLHelpers::getMangledParameters (const URL &url) |
| static int | juce::URLHelpers::findEndOfScheme (const String &url) |
| static int | juce::URLHelpers::findStartOfNetLocation (const String &url) |
| static int | juce::URLHelpers::findStartOfPath (const String &url) |
| static void | juce::URLHelpers::concatenatePaths (String &path, const String &suffix) |
| static String | juce::URLHelpers::removeLastPathSection (const String &url) |
| template<typename Member, typename Item> | |
| static URL::InputStreamOptions | juce::with (URL::InputStreamOptions options, Member &&member, Item &&item) |