cartobase 6.0.6
carto::interface_internal::IteratorImpl< T, B > Class Template Reference

#include <cartobase/object/object_d.h>

Inheritance diagram for carto::interface_internal::IteratorImpl< T, B >:

Static Public Member Functions

static bool isIterator (const TypedObject< T > &)
 
static bool isValid (const TypedObject< T > &)
 
static Object currentValue (const TypedObject< T > &)
 
static void next (TypedObject< T > &)
 

Detailed Description

template<typename T, bool B>
class carto::interface_internal::IteratorImpl< T, B >

Definition at line 606 of file object_d.h.

Member Function Documentation

◆ currentValue()

template<typename T, bool B>
static Object carto::interface_internal::IteratorImpl< T, B >::currentValue ( const TypedObject< T > & )
inlinestatic

Definition at line 623 of file object_d.h.

◆ isIterator()

template<typename T, bool B>
static bool carto::interface_internal::IteratorImpl< T, B >::isIterator ( const TypedObject< T > & )
inlinestatic

Definition at line 610 of file object_d.h.

◆ isValid()

template<typename T, bool B>
static bool carto::interface_internal::IteratorImpl< T, B >::isValid ( const TypedObject< T > & )
inlinestatic

Definition at line 615 of file object_d.h.

◆ next()

template<typename T, bool B>
static void carto::interface_internal::IteratorImpl< T, B >::next ( TypedObject< T > & )
inlinestatic

Definition at line 631 of file object_d.h.


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