Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Destroy_Node Struct Reference

Node cleanup for painting version. More...

#include <shortest_path_common.H>

Public Member Functions

void operator() (const GT &, typename GT::Node *p) const noexcept
 

Detailed Description

template<class GT, class Distance, template< typename, class > class Itor, class SA, template< class, class, class > class HeapT>
struct Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Destroy_Node

Node cleanup for painting version.

Definition at line 295 of file shortest_path_common.H.

Member Function Documentation

◆ operator()()

void Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Destroy_Node::operator() ( const GT ,
typename GT::Node p 
) const
inlinenoexcept

Definition at line 297 of file shortest_path_common.H.

References Aleph::maps(), NODE_COOKIE, SP_NODE_INFO, and SP_PARENT.


The documentation for this struct was generated from the following file: