MetanoKid / cpp-build-analyzer

Analyzes MSVC C++ compilations with C++ Build Insights SDK
GNU General Public License v3.0
80 stars 2 forks source link

Refactor exporters to use std::ostream #2

Open MetanoKid opened 4 years ago

MetanoKid commented 4 years ago

For now, exporters receive the std::string path to output their data.

It would be useful to have them receive an std::ostream and let caller manage the creation of that stream.