-
- Downloads
string: added String::join().
io: fixed Output::print(FloatFormat()). io: added automatic cleanup to Buffered{In|Out}Stream. io: added Input::lines() and associated classes. sys: System::{read|append|write} creates now buffered streams.
Showing
- include/elm/io/BufferedInStream.h 4 additions, 1 deletioninclude/elm/io/BufferedInStream.h
- include/elm/io/BufferedOutStream.h 4 additions, 1 deletioninclude/elm/io/BufferedOutStream.h
- include/elm/io/Input.h 24 additions, 0 deletionsinclude/elm/io/Input.h
- include/elm/io/Output.h 1 addition, 8 deletionsinclude/elm/io/Output.h
- include/elm/string.h 14 additions, 0 deletionsinclude/elm/string.h
- include/elm/string/String.h 2 additions, 0 deletionsinclude/elm/string/String.h
- src/io_BufferedInStream.cpp 30 additions, 4 deletionssrc/io_BufferedInStream.cpp
- src/io_BufferedOutStream.cpp 25 additions, 2 deletionssrc/io_BufferedOutStream.cpp
- src/io_InStream.cpp 1 addition, 0 deletionssrc/io_InStream.cpp
- src/io_Input.cpp 1 addition, 0 deletionssrc/io_Input.cpp
- src/io_Output.cpp 120 additions, 177 deletionssrc/io_Output.cpp
- src/string_String.cpp 11 additions, 0 deletionssrc/string_String.cpp
- src/system_System.cpp 5 additions, 3 deletionssrc/system_System.cpp
- test/test_io.cpp 12 additions, 0 deletionstest/test_io.cpp
- test/test_io_format.cpp 17 additions, 16 deletionstest/test_io_format.cpp
- test/test_string_buffer.cpp 7 additions, 0 deletionstest/test_string_buffer.cpp
Loading
Please register or sign in to comment