rili::stream::Duplex Class Reference
Inheritance diagram for rili::stream::Duplex:
Collaboration diagram for rili::stream::Duplex:
Public Member Functions | |
Duplex (Duplex const &other)=delete | |
Duplex & | operator= (Duplex const &other)=delete |
Public Member Functions inherited from rili::stream::Readable | |
void | read (unsigned char *data, std::size_t size) |
void | read (char *data, std::size_t size) |
void | read (unsigned char &c) |
void | read (char &c) |
virtual void | consume (std::size_t size)=0 |
virtual view::Base const & | readableView () const =0 |
virtual std::exception_ptr | pull (std::size_t count)=0 |
OperationResult | operator>> (char &v) |
OperationResult | operator>> (unsigned char &v) |
OperationResult | operator>> (short &v) |
OperationResult | operator>> (unsigned short &v) |
OperationResult | operator>> (long &v) |
OperationResult | operator>> (unsigned long &v) |
OperationResult | operator>> (long long &v) |
OperationResult | operator>> (unsigned long long &v) |
OperationResult | operator>> (int &v) |
OperationResult | operator>> (unsigned int &v) |
OperationResult | operator>> (float &v) |
OperationResult | operator>> (double &v) |
OperationResult | operator>> (bool &v) |
OperationResult | operator>> (void *&v) |
OperationResult | operator>> (std::string &v) |
OperationResult | operator>> (Reader const &fn) |
Public Member Functions inherited from rili::stream::Writable | |
virtual void | write (char const *data, std::size_t size)=0 |
virtual std::exception_ptr | flush ()=0 |
virtual view::Base const & | writableView () const =0 |
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) |
Protected Member Functions | |
Duplex (Duplex &&other)=default | |
Duplex & | operator= (Duplex &&other)=default |
Detailed Description
- Note
- relation of input and output is specialization defined
Constructor & Destructor Documentation
Member Function Documentation
operator =
- Parameters
-
other
- Returns
operator =
- Parameters
-
other
- Returns
The documentation for this class was generated from the following file:
- rili/stream/Stream.hpp