Rumba C++ SDK
maquina::NodeDelegate::Children Class Reference

A node children iteration. More...

#include <NodeDelegate.h>

Public Member Functions

 Children (const std::shared_ptr< NodeDelegate > &node)
 Constructs a node attribute iteration. More...
 
ChildIterator begin () const
 Return the begin iterator of the children. More...
 
ChildIterator end () const
 Return the end iterator of the children. More...
 

Friends

class NodeDelegate
 

Detailed Description

A node children iteration.

Constructor & Destructor Documentation

◆ Children()

maquina::NodeDelegate::Children::Children ( const std::shared_ptr< NodeDelegate > &  node)
inline

Constructs a node attribute iteration.

Member Function Documentation

◆ begin()

NodeDelegate::ChildIterator maquina::NodeDelegate::Children::begin ( ) const
inline

Return the begin iterator of the children.

◆ end()

NodeDelegate::ChildIterator maquina::NodeDelegate::Children::end ( ) const
inline

Return the end iterator of the children.

Friends And Related Function Documentation

◆ NodeDelegate

friend class NodeDelegate
friend

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