|
RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
|
All instances of one subquery specification under a parent node. More...
#include <graphdata.hpp>
Public Attributes | |
| tsig | m_input_typesig |
| Type signature for the subquery input type. | |
| tsig | m_output_typesig |
| Type signature for the subquery output type. | |
| std::map< std::vector< std::byte >, subquery_instance_data > | m_instances |
| Instances indexed by serialized subquery input. | |
All instances of one subquery specification under a parent node.
Definition at line 82 of file graphdata.hpp.
| tsig rpnx::querygraph::subquery_class_data::m_input_typesig |
Type signature for the subquery input type.
Definition at line 85 of file graphdata.hpp.
| std::map< std::vector< std::byte >, subquery_instance_data > rpnx::querygraph::subquery_class_data::m_instances |
Instances indexed by serialized subquery input.
Definition at line 89 of file graphdata.hpp.
| tsig rpnx::querygraph::subquery_class_data::m_output_typesig |
Type signature for the subquery output type.
Definition at line 87 of file graphdata.hpp.