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

#include <cartobase/object/object_internal.h>

Inheritance diagram for interface_internal::IteratorImpl< T, true >:
Collaboration diagram for interface_internal::IteratorImpl< T, true >:

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)
 
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>
class interface_internal::IteratorImpl< T, true >

Definition at line 640 of file object_internal.h.

Member Function Documentation

◆ currentValue() [1/2]

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

Definition at line 622 of file object_internal.h.

◆ currentValue() [2/2]

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

Definition at line 654 of file object_internal.h.

◆ isIterator() [1/2]

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

Definition at line 609 of file object_internal.h.

◆ isIterator() [2/2]

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

Definition at line 644 of file object_internal.h.

◆ isValid() [1/2]

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

Definition at line 614 of file object_internal.h.

◆ isValid() [2/2]

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

Definition at line 649 of file object_internal.h.

◆ next() [1/2]

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

Definition at line 630 of file object_internal.h.

◆ next() [2/2]

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

Definition at line 659 of file object_internal.h.


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