Class ConstKeyframeRange¶
- Defined in File range.hpp
Class Documentation¶
-
class
ConstKeyframeRange¶ -
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¶
-