|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
| class | juce::NewLine |
| This class is used for represent a new-line character sequence. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
Functions | |
| String & | juce::operator<< (String &string1, const NewLine &) |
| Writes a new-line sequence to a string. | |
| String & | juce::operator+= (String &s1, const NewLine &) |
| String | juce::operator+ (const NewLine &, const NewLine &) |
| String | juce::operator+ (String s1, const NewLine &) |
| String | juce::operator+ (const NewLine &, const char *s2) |
Variables | |
| NewLine | juce::newLine |
| A predefined object representing a new-line, which can be written to a string or stream. | |