|
XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
|
Information structure for BFS traversal. More...
#include <cover.hpp>
Public Member Functions | |
| BFSInfo (Node p, int d) | |
| BFSInfo (const BFSInfo &)=default | |
| BFSInfo (BFSInfo &&)=default | |
| BFSInfo & | operator= (const BFSInfo &)=default |
| BFSInfo & | operator= (BFSInfo &&)=default |
| ~BFSInfo ()=default | |
Public Attributes | |
| Node | parent |
| int | depth |
Information structure for BFS traversal.
|
default |