![]() |
Eclipse SUMO - Simulation of Urban MObility
|
output adapter for output streams More...
Public Member Functions | |
| output_stream_adapter (std::basic_ostream< CharType > &s) noexcept | |
| void | write_character (CharType c) override |
| void | write_characters (const CharType *s, std::size_t length) override |
Private Attributes | |
| std::basic_ostream< CharType > & | stream |
output adapter for output streams
|
inlineexplicitnoexcept |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
private |