Arduino KVComm
master
Key-Value pair communication library for Arduino
|
Functions for printing to Streams using the streaming operator <<
.
More...
Classes | |
struct | Setbase |
struct | Setprecision |
struct | Setbytesep |
Typedefs | |
typedef Print & | manipulator(Print &) |
Functions | |
Print & | endl (Print &printer) |
Print & | flush (Print &printer) |
Print & | hex (Print &printer) |
Print & | bin (Print &printer) |
Print & | dec (Print &printer) |
Print & | boolalpha (Print &printer) |
Print & | noboolalpha (Print &printer) |
Print & | leadingzeros (Print &printer) |
Print & | noleadingzeros (Print &printer) |
Print & | uppercase (Print &printer) |
Print & | nouppercase (Print &printer) |
Print & | showbase (Print &printer) |
Print & | noshowbase (Print &printer) |
Print & | operator<< (Print &printer, const __FlashStringHelper *s) |
Print & | operator<< (Print &printer, const String &s) |
Print & | operator<< (Print &printer, const char s[]) |
Print & | operator<< (Print &printer, char c) |
Print & | operator<< (Print &printer, unsigned char c) |
Print & | operator<< (Print &printer, int i) |
Print & | operator<< (Print &printer, unsigned int i) |
Print & | operator<< (Print &printer, int8_t i) |
Print & | operator<< (Print &printer, long i) |
Print & | operator<< (Print &printer, unsigned long i) |
Print & | operator<< (Print &printer, double d) |
Print & | operator<< (Print &printer, const Printable &p) |
Print & | operator<< (Print &printer, bool b) |
Print & | operator<< (Print &printer, manipulator pf) |
Setbase | setbase (uint8_t base) |
Print & | operator<< (Print &printer, Setbase f) |
Setprecision | setprecision (int n) |
Print & | operator<< (Print &printer, Setprecision f) |
Setbytesep | setbytesep (char bytesep) |
Print & | operator<< (Print &printer, Setbytesep f) |
Functions for printing to Streams using the streaming operator <<
.
typedef Print& manipulator(Print &) |
Definition at line 18 of file PrintStream.hpp.
Print& endl | ( | Print & | printer | ) |
Definition at line 24 of file PrintStream.cpp.
Print& flush | ( | Print & | printer | ) |
Definition at line 52 of file PrintStream.cpp.
Print& hex | ( | Print & | printer | ) |
Definition at line 59 of file PrintStream.cpp.
Print& bin | ( | Print & | printer | ) |
Definition at line 69 of file PrintStream.cpp.
Print& dec | ( | Print & | printer | ) |
Definition at line 74 of file PrintStream.cpp.
Print& boolalpha | ( | Print & | printer | ) |
Definition at line 79 of file PrintStream.cpp.
Print& noboolalpha | ( | Print & | printer | ) |
Definition at line 83 of file PrintStream.cpp.
Print& leadingzeros | ( | Print & | printer | ) |
Definition at line 88 of file PrintStream.cpp.
Print& noleadingzeros | ( | Print & | printer | ) |
Definition at line 92 of file PrintStream.cpp.
Print& uppercase | ( | Print & | printer | ) |
Definition at line 32 of file PrintStream.cpp.
Print& nouppercase | ( | Print & | printer | ) |
Definition at line 37 of file PrintStream.cpp.
Print& showbase | ( | Print & | printer | ) |
Definition at line 42 of file PrintStream.cpp.
Print& noshowbase | ( | Print & | printer | ) |
Definition at line 47 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
const __FlashStringHelper * | s | ||
) |
Definition at line 96 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
const String & | s | ||
) |
Definition at line 101 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
const char | s[] | ||
) |
Definition at line 106 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
char | c | ||
) |
Definition at line 110 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
unsigned char | c | ||
) |
Definition at line 114 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
int | i | ||
) |
Definition at line 117 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
unsigned int | i | ||
) |
Definition at line 118 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
int8_t | i | ||
) |
Definition at line 121 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
long | i | ||
) |
Definition at line 124 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
unsigned long | i | ||
) |
Definition at line 125 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
double | d | ||
) |
Definition at line 128 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
const Printable & | p | ||
) |
Definition at line 132 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
bool | b | ||
) |
Definition at line 136 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
manipulator | pf | ||
) |
Definition at line 158 of file PrintStream.cpp.
Setbase setbase | ( | uint8_t | base | ) |
Definition at line 160 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
Setbase | f | ||
) |
Definition at line 161 of file PrintStream.cpp.
Setprecision setprecision | ( | int | n | ) |
Definition at line 172 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
Setprecision | f | ||
) |
Definition at line 173 of file PrintStream.cpp.
Setbytesep setbytesep | ( | char | bytesep | ) |
Definition at line 166 of file PrintStream.cpp.
Print& operator<< | ( | Print & | printer, |
Setbytesep | f | ||
) |
Definition at line 167 of file PrintStream.cpp.