| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   13 #include <AH/Arduino-Wrapper.h> // Print 
   23 Print &
endl(Print &printer);
 
   24 Print &
flush(Print &printer);
 
   25 Print &
hex(Print &printer);
 
   26 Print &
bin(Print &printer);
 
   27 Print &
dec(Print &printer);
 
   38 Print &operator<<(Print &printer, const __FlashStringHelper *s);
 
   40 Print &
operator<<(Print &printer, 
const String &s);
 
   42 Print &
operator<<(Print &printer, 
const char s[]);
 
   44 Print &
operator<<(Print &printer, 
unsigned char c);
 
   46 Print &
operator<<(Print &printer, 
unsigned int i);
 
   49 Print &
operator<<(Print &printer, 
unsigned long i);
 
   51 Print &
operator<<(Print &printer, 
const Printable &p);
 
   95 inline std::ostream &
operator<<(std::ostream &os, uint8_t u) {
 
   98     return os << static_cast<unsigned short>(u);
 
  101 inline std::ostream &
operator<<(std::ostream &os,
 
  102                                 const __FlashStringHelper *s) {
 
  103     return os << reinterpret_cast<const char *>(s);
 
  112 #include <Settings/NamespaceSettings.hpp> 
  115 using AH::operator<<;
 
  135 #endif // PrintStream_h 
  
Setprecision setprecision(int n)
 
Print & boolalpha(Print &printer)
 
Print & noshowbase(Print &printer)
 
Setbase setbase(uint8_t base)
 
Print & dec(Print &printer)
 
#define BEGIN_CS_NAMESPACE
 
#define AH_DIAGNOSTIC_POP()
 
Print & uppercase(Print &printer)
 
Setbytesep setbytesep(char bytesep)
 
Print & showbase(Print &printer)
 
Print & manipulator(Print &)
 
Print & leadingzeros(Print &printer)
 
Print & noleadingzeros(Print &printer)
 
Print & hex(Print &printer)
 
#define AH_DIAGNOSTIC_EXTERNAL_HEADER()
 
Print & bin(Print &printer)
 
#define AH_DIAGNOSTIC_WERROR()
 
Print & noboolalpha(Print &printer)
 
#define BEGIN_AH_NAMESPACE
 
Print & endl(Print &printer)
 
Print & operator<<(Print &os, Quaternion e)
Printing.
 
Print & flush(Print &printer)
 
Print & nouppercase(Print &printer)