NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
BreadthFirstNodeIterator.hpp File Reference
#include <memory>
#include <queue>
Include dependency graph for BreadthFirstNodeIterator.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::BreadthFirstNodeIterator
 Breadth-First iterator for node trees. We first iterate over all records at the same level and then go to the next level. More...
 
class  NES::BreadthFirstNodeIterator::iterator
 

Namespaces

 NES
 This exception represents a network error.
 

Typedefs

using NES::NodePtr = std::shared_ptr< Node >