| ▼Necl | |
| ▼Ninterfaces | |
| CBaseTextStream | Parent class for text stream functionality |
| CInputTextStream | Parent template for input text streams |
| CInputTextStream< Device, true > | Input text stream interface |
| COutputTextStream | Parent template for output text streams |
| COutputTextStream< Device, true > | Output text stream interface |
| ▼Nstreams | Streaming to and from input-output devices |
| CClearScreen | Manipulator that clears a terminal screen the c++ (hard) way |
| CEndOfLine | Replicates the well known end of line/flush combination |
| CLogStream | A customised textstream for fast, multithreaded logging to file |
| CManipulator | Parent template for c++ style stream manipulators |
| COFileStream | Convenience class for OFile TextStream definitions |
| CSerialStream | Convenience class for Serial TextStream definitions |
| CSharedFileStream | Convenience class for SharedFile TextStream definitions |
| CStringStream | Convenience wrapper for string device based textstreams |
| CTextStream | A text streaming interface |