20#ifndef ORES_ORE_HIERARCHY_IMPORT_NODE_HPP
21#define ORES_ORE_HIERARCHY_IMPORT_NODE_HPP
29namespace ores::ore::hierarchy {
A node in the ORE import hierarchy (portfolio or book).
Definition import_node.hpp:38
node_type
Type of this node.
Definition import_node.hpp:47
std::string name
Display name of the node (portfolio or book name).
Definition import_node.hpp:42
std::optional< std::size_t > parent_index
Index of the parent node in the flat list, if any.
Definition import_node.hpp:54
std::vector< std::filesystem::path > source_files
Source ORE XML files for book nodes.
Definition import_node.hpp:61