Kanzi  3.9.6
Kanzi Engine API
iterator_range.hpp File Reference

Classes

class  kanzi::ImmutableIteratorRange
 Iterator location range pointing to a particular location of an iterator range. More...
 
class  kanzi::IteratorRange
 Iterator is an range that references a location in another range. More...
 
class  kanzi::IteratorRange::IteratorRangeLocation
 Location implementation for iterator range. More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Typedefs

using kanzi::ImmutableIteratorRangeSharedPtr = shared_ptr< ImmutableIteratorRange >
 Shared pointer type for ImmutableIteratorRange. More...
 
using kanzi::IteratorRangeSharedPtr = shared_ptr< IteratorRange >
 Iterator iterator shared pointer type. More...
 
using kanzi::IteratorRangeWeakPtr = weak_ptr< IteratorRange >
 Iterator iterator weak pointer type. More...