Skip to content
Snippets Groups Projects
Commit 27926249 authored by Mark Olesen's avatar Mark Olesen
Browse files

Expose STL std streams in a consistent manner for serial streams.

Previously Fstreams had stdStream() as a public member and the other
streams had stream() as a protected member.

All serial streams now have public method stdStream() and the stream()
method has been eliminated. This is not only more consistent, but also
avoids confusion (for the programmer, not the compiler) with the
ITstream::stream() method.
parent 438a83fc
Branches
Tags
No related merge requests found
Showing with 124 additions and 94 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment