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

#include <cartobase/object/object_internal.h>

Static Public Member Functions

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

Detailed Description

template<typename T>
class interface_internal::IteratorImpl< T, true >

Definition at line 620 of file object_internal.h.

Member Function Documentation

◆ currentValue()

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

Definition at line 634 of file object_internal.h.

◆ isIterator()

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

Definition at line 624 of file object_internal.h.

◆ isValid()

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

Definition at line 629 of file object_internal.h.

◆ next()

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

Definition at line 639 of file object_internal.h.


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