JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_NewLine.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::NewLine
 This class is used for represent a new-line character sequence. More...
 

Namespaces

 juce
 

Functions

String juce::operator+ (const NewLine &, const char *s2)
 
String juce::operator+ (const NewLine &, const NewLine &)
 
String juce::operator+ (String s1, const NewLine &)
 
String & juce::operator+= (String &s1, const NewLine &)
 
String & juce::operator<< (String &string1, const NewLine &)
 Writes a new-line sequence to a string. More...
 

Variables

NewLine juce::newLine
 A predefined object representing a new-line, which can be written to a string or stream. More...