theCore C++ embedded framework
|
#include </home/travis/build/forGGe/theCore/lib/cpp/export/ecl/iostream.hpp>
Public Types | |
using | device_type = IO_device |
Public Member Functions | |
iostream (IO_device *device) | |
~iostream () | |
iostream & | operator<< (int value) |
iostream & | operator<< (unsigned int value) |
iostream & | operator<< (char character) |
iostream & | operator<< (char *string) |
iostream & | operator<< (iostream &(*func)(iostream< IO_device > &)) |
iostream & | put (char c) |
iostream & | operator>> (int &value) |
iostream & | operator>> (unsigned int &value) |
iostream & | operator>> (char &character) |
iostream & | operator>> (char *string) |
iostream & | operator>> (iostream &(*func)(iostream< IO_device > &)) |
using ecl::iostream< IO_device >::device_type = IO_device |
ecl::iostream< IO_device >::iostream | ( | IO_device * | device | ) |
ecl::iostream< IO_device >::~iostream | ( | ) |
iostream< IO_device > & ecl::iostream< IO_device >::operator<< | ( | int | value | ) |
iostream< IO_device > & ecl::iostream< IO_device >::operator<< | ( | unsigned int | value | ) |
iostream< IO_device > & ecl::iostream< IO_device >::operator<< | ( | char | character | ) |
iostream< IO_device > & ecl::iostream< IO_device >::operator<< | ( | char * | string | ) |
iostream< IO_device > & ecl::iostream< IO_device >::operator<< | ( | iostream< IO_device > &(*)(iostream< IO_device > &) | func | ) |
iostream< IO_device > & ecl::iostream< IO_device >::put | ( | char | c | ) |
iostream< IO_device > & ecl::iostream< IO_device >::operator>> | ( | int & | value | ) |
iostream< IO_device > & ecl::iostream< IO_device >::operator>> | ( | unsigned int & | value | ) |
iostream< IO_device > & ecl::iostream< IO_device >::operator>> | ( | char & | character | ) |
iostream< IO_device > & ecl::iostream< IO_device >::operator>> | ( | char * | string | ) |
iostream< IO_device > & ecl::iostream< IO_device >::operator>> | ( | iostream< IO_device > &(*)(iostream< IO_device > &) | func | ) |