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

#include <cartobase/object/object_internal.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 interface_internal::IteratorImpl< T, B >

Definition at line 585 of file object_internal.h.

Member Function Documentation

◆ currentValue()

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

Definition at line 602 of file object_internal.h.

◆ isIterator()

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

Definition at line 589 of file object_internal.h.

◆ isValid()

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

Definition at line 594 of file object_internal.h.

◆ next()

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

Definition at line 610 of file object_internal.h.


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