rili::stream::std::Writable Class Reference
Inheritance diagram for rili::stream::std::Writable:
Collaboration diagram for rili::stream::std::Writable:
Public Member Functions | |
Writable (Writable &&other)=default | |
Writable & | operator= (Writable &&other)=default |
Writable (::std::ostream &ostream) | |
inline::std::ostream & | stream () |
inline::std::ostream const & | stream () const |
Public Member Functions inherited from rili::stream::BufferingWritable | |
void | write (char const *data, std::size_t size) override |
std::exception_ptr | flush () override |
view::Base const & | writableView () const override |
Public Member Functions inherited from rili::stream::Writable | |
void | write (unsigned char const *data, std::size_t size) |
Writable & | operator<< (char v) |
Writable & | operator<< (unsigned char v) |
Writable & | operator<< (char const *v) |
Writable & | operator<< (unsigned char const *v) |
Writable & | operator<< (std::string const &v) |
Writable & | operator<< (short v) |
Writable & | operator<< (unsigned short v) |
Writable & | operator<< (long v) |
Writable & | operator<< (unsigned long v) |
Writable & | operator<< (long long v) |
Writable & | operator<< (unsigned long long v) |
Writable & | operator<< (int v) |
Writable & | operator<< (unsigned int v) |
Writable & | operator<< (float v) |
Writable & | operator<< (double v) |
Writable & | operator<< (bool v) |
Writable & | operator<< (void *v) |
OperationResult | operator<< (std::function< OperationResult(Writable &)> const &fn) |
Writable & | operator<< (Writer const &fn) |
Additional Inherited Members |
Constructor & Destructor Documentation
|
inlineexplicit |
Member Function Documentation
operator=
- Parameters
-
other
- Returns
|
inline |
stream used to get underlying stream
- Returns
- associated stream
|
inline |
stream used to get underlying stream
- Returns
- associated stream
The documentation for this class was generated from the following file:
- rili/stream/StdWrappers.hpp