Thrill  0.1
bfs.hpp File Reference
#include <cereal/types/vector.hpp>
#include <thrill/data/serialization_cereal.hpp>
#include <limits>
#include <vector>
+ Include dependency graph for bfs.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BfsNode
 
struct  NodeParentPair
 
struct  TreeInfo
 

Namespaces

 examples
 
 examples::bfs
 

Macros

#define THRILL_EXAMPLES_BFS_BFS_HEADER
 

Typedefs

using EdgeList = std::vector< VertexId >
 
using VertexId = size_t
 

Functions

std::ostream & operator<< (std::ostream &os, const NodeParentPair &pair)
 
std::ostream & operator<< (std::ostream &os, const BfsNode &node)
 

Variables

const size_t INVALID = std::numeric_limits<size_t>::max()
 

Macro Definition Documentation

◆ THRILL_EXAMPLES_BFS_BFS_HEADER

#define THRILL_EXAMPLES_BFS_BFS_HEADER

Definition at line 13 of file bfs.hpp.