]> git.cworth.org Git - apitrace/commit
Abstract file writing operation into a class of its own.
authorZack Rusin <zack@kde.org>
Fri, 5 Aug 2011 17:43:46 +0000 (13:43 -0400)
committerZack Rusin <zack@kde.org>
Sat, 6 Aug 2011 21:15:18 +0000 (17:15 -0400)
commit5ce45e7f614c7540f4d3d4f86db7a499f138d01e
tree29a2e0821633d5fc32fe52af86aed79eb9e4ae6d
parenta842652387c6bcaeb5339f77f74fbf5fe0e6e8ec
Abstract file writing operation into a class of its own.

Allows us to implement different compression, decompression algos.
CMakeLists.txt
trace_file.cpp [new file with mode: 0644]
trace_file.hpp [new file with mode: 0644]
trace_parser.cpp
trace_parser.hpp
trace_writer.cpp
trace_writer.hpp