JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
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

namespace  juce
 

Functions

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

Variables

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