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

A Node children accessor. More...

#include <Node.h>

Classes

class  Iterator
 A Node children iterator. More...
 

Public Member Functions

 Children (void *node)
 
Iterator begin () const
 
Iterator end () const
 
size_t size () const
 Return the number of children. More...
 

Detailed Description

A Node children accessor.

This class can be used to get the number of children and iterate them.

Constructor & Destructor Documentation

◆ Children()

maquina::Node::Children::Children ( void *  node)
inline

Member Function Documentation

◆ begin()

Iterator maquina::Node::Children::begin ( ) const

◆ end()

Iterator maquina::Node::Children::end ( ) const

◆ size()

size_t maquina::Node::Children::size ( ) const

Return the number of children.


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