ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
scan_result Struct Reference

Result of scanning an ORE directory for importable files. More...

#include <scan_result.hpp>

Collaboration diagram for scan_result:
Collaboration graph

Public Attributes

std::filesystem::path root
 Root directory that was scanned.
 
std::vector< std::filesystem::path > currency_files
 Currency configuration files (currencyconfig.xml).
 
std::vector< std::filesystem::path > portfolio_files
 Portfolio XML files (portfolio*.xml).
 
std::vector< std::filesystem::path > ignored_files
 Files that did not match any known category or were in excluded dirs.
 

Detailed Description

Result of scanning an ORE directory for importable files.