PandA-2024.02
|
#include <module_binding_check.hpp>
Public Member Functions | |
module_register_binding_spec () | |
Data Fields | |
tree_index_dsets_t | binding |
Private Types | |
using | tree_index_rank_t = CustomUnorderedMap< unsigned int, std::size_t > |
using | tree_index_parent_t = CustomUnorderedMapUnstable< unsigned int, unsigned int > |
using | tree_index_rank_map_t = boost::associative_property_map< tree_index_rank_t > |
using | tree_index_parent_map_t = boost::associative_property_map< tree_index_parent_t > |
using | tree_index_dsets_t = boost::disjoint_sets< tree_index_rank_map_t, tree_index_parent_map_t > |
Private Attributes | |
tree_index_rank_t | tree_index_rank_map |
tree_index_parent_t | tree_index_parent_map |
tree_index_rank_map_t | tree_index_rank_pmap |
tree_index_parent_map_t | tree_index_parent_pmap |
Definition at line 54 of file module_binding_check.hpp.
|
private |
Definition at line 61 of file module_binding_check.hpp.
|
private |
Definition at line 60 of file module_binding_check.hpp.
|
private |
Definition at line 58 of file module_binding_check.hpp.
|
private |
Definition at line 59 of file module_binding_check.hpp.
|
private |
Definition at line 57 of file module_binding_check.hpp.
|
inline |
Definition at line 71 of file module_binding_check.hpp.
tree_index_dsets_t module_register_binding_spec::binding |
Definition at line 69 of file module_binding_check.hpp.
Referenced by module_binding_check< vertex_type >::check_edge_compatibility(), module_binding_check< vertex_type >::check_no_mux_needed(), module_binding_check< vertex_type >::initialize_structures(), and module_binding_check< vertex_type >::update_after_join().
|
private |
Definition at line 64 of file module_binding_check.hpp.
|
private |
Definition at line 66 of file module_binding_check.hpp.
|
private |
Definition at line 63 of file module_binding_check.hpp.
|
private |
Definition at line 65 of file module_binding_check.hpp.