Eclipse SUMO - Simulation of Urban MObility
|
output adapter for byte vectors More...
Public Member Functions | |
output_vector_adapter (std::vector< CharType, AllocatorType > &vec) noexcept | |
void | write_character (CharType c) override |
void | write_characters (const CharType *s, std::size_t length) override |
Private Attributes | |
std::vector< CharType, AllocatorType > & | v |
output adapter for byte vectors
|
inlineexplicitnoexcept |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
private |