|
fmatvec
0.0.0
|
Public Member Functions | |
| osyncstream (std::ostream &str_) | |
| osyncstream (osyncstream &)=delete | |
| osyncstream (osyncstream &&) noexcept | |
| osyncstream & | operator= (osyncstream &)=delete |
| osyncstream & | operator= (osyncstream &&)=delete |
| osyncstream & | operator<< (DisableEscaping &) |
| osyncstream & | operator<< (EnableEscaping &) |
| osyncstream & | operator<< (bool value) |
| osyncstream & | operator<< (long value) |
| osyncstream & | operator<< (unsigned long value) |
| osyncstream & | operator<< (long long value) |
| osyncstream & | operator<< (unsigned long long value) |
| osyncstream & | operator<< (double value) |
| osyncstream & | operator<< (long double value) |
| osyncstream & | operator<< (const void *value) |
| osyncstream & | operator<< (std::nullptr_t) |
| osyncstream & | operator<< (short value) |
| osyncstream & | operator<< (int value) |
| osyncstream & | operator<< (unsigned short value) |
| osyncstream & | operator<< (unsigned int value) |
| osyncstream & | operator<< (float value) |
| osyncstream & | operator<< (std::streambuf *sb) |
| osyncstream & | operator<< (std::ios_base &(*func)(std::ios_base &)) |
| osyncstream & | operator<< (std::ostream &(*func)(std::ostream &)) |
| std::ostream & | getOStream () const |
Private Attributes | |
| std::stringbuf | buf |
| std::ostream & | str |
| bool | moved { false } |