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

#include <cartobase/object/object_d.h>

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 586 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 603 of file object_d.h.

◆ isIterator()

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

◆ isValid()

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

Definition at line 595 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 611 of file object_d.h.


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