Classes | |
| class | NewLine |
| This class is used for represent a new-line character sequence. More... | |
Functions | |
| JUCE_API String &JUCE_CALLTYPE | operator<< (String &string1, const NewLine &) |
| Writes a new-line sequence to a string. | |
Variables | |
| NewLine | newLine |
| A predefined object representing a new-line, which can be written to a string or stream. | |
| JUCE_API String& JUCE_CALLTYPE operator<< | ( | String & | string1, |
| const NewLine & | |||
| ) |