Rumba C++ SDK
maquina::Dict::Values Class Reference

A value accessor. More...

#include <Dict.h>

Classes

class  Iterator
 A Plug iterator. More...
 

Public Member Functions

 Values (const std::shared_ptr< Impl > &node)
 
Iterator begin ()
 
Iterator end ()
 

Detailed Description

A value accessor.

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

Constructor & Destructor Documentation

◆ Values()

maquina::Dict::Values::Values ( const std::shared_ptr< Impl > &  node)
inline

Member Function Documentation

◆ begin()

Iterator maquina::Dict::Values::begin ( )

◆ end()

Iterator maquina::Dict::Values::end ( )

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