20#ifndef ORES_ORE_SCANNER_SCAN_RESULT_HPP
21#define ORES_ORE_SCANNER_SCAN_RESULT_HPP
26namespace ores::ore::scanner {
35 std::filesystem::path
root;
Result of scanning an ORE directory for importable files.
Definition scan_result.hpp:31
std::vector< std::filesystem::path > currency_files
Currency configuration files (currencyconfig.xml).
Definition scan_result.hpp:40
std::vector< std::filesystem::path > portfolio_files
Portfolio XML files (portfolio*.xml).
Definition scan_result.hpp:45
std::vector< std::filesystem::path > ignored_files
Files that did not match any known category or were in excluded dirs.
Definition scan_result.hpp:50
std::filesystem::path root
Root directory that was scanned.
Definition scan_result.hpp:35