|
capydi
|
#include <IDataAggregator.hpp>

Public Types | |
| using | ProcessedUnitType = FileSystem::PathType |
Public Member Functions | |
| virtual | ~IDataAggregator ()=default |
| virtual void | process_single_unit (const ProcessedUnitType &unit_to_parse)=0 |
| virtual std::string | get_aggregated_data () const noexcept=0 |
|
virtualdefault |
|
pure virtualnoexcept |
Implemented in CapydiTargetAggregator, CppTargetAggregator, and HppTargetAggregator.
|
pure virtual |
Implemented in CapydiTargetAggregator, CppTargetAggregator, and HppTargetAggregator.