JUCE
Classes | Namespaces | Functions | Variables
juce_NewLine.h File Reference

Classes

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

Namespaces

 juce
 Classes for IIR filter processing.
 

Functions

String & juce::operator<< (String &string1, const NewLine &)
 Writes a new-line sequence to a string. More...
 
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. More...