Rumba C++ SDK
maquina::AnimCurveFloat::Iterator Class Reference

#include <AnimCurve.h>

Public Types

using iterator_category = std::input_iterator_tag
 
using value_type = Key
 
using difference_type = std::ptrdiff_t
 
using pointer = Key *
 
using reference = Key &
 

Public Member Functions

 Iterator (int index, AnimCurveFloat *parent, bool only_selected)
 
bool operator== (const Iterator &o)
 
bool operator!= (const Iterator &o)
 
Iteratoroperator++ ()
 
Key operator* ()
 

Member Typedef Documentation

◆ difference_type

◆ iterator_category

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ Iterator()

maquina::AnimCurveFloat::Iterator::Iterator ( int  index,
AnimCurveFloat parent,
bool  only_selected 
)
inline

Member Function Documentation

◆ operator!=()

bool maquina::AnimCurveFloat::Iterator::operator!= ( const Iterator o)
inline

◆ operator*()

Key maquina::AnimCurveFloat::Iterator::operator* ( )
inline

◆ operator++()

Iterator& maquina::AnimCurveFloat::Iterator::operator++ ( )
inline

◆ operator==()

bool maquina::AnimCurveFloat::Iterator::operator== ( const Iterator o)
inline

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