Class ConstKeyframeRange

Class Documentation

class ConstKeyframeRange

Public Types

using value_type = Frame
using const_iterator = typename std::map::const_iterator

Public Functions

ConstKeyframeRange()
ConstKeyframeRange(const_iterator begin, const_iterator end)
ConstKeyframeRange(const ConstKeyframeRange&)
ConstKeyframeRange(ConstKeyframeRange&&)
ConstKeyframeRange &operator=(const ConstKeyframeRange&)
ConstKeyframeRange &operator=(ConstKeyframeRange&&)
const_iterator begin() const
const_iterator end() const
const_iterator cbegin() const
const_iterator cend() const