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

#include <cartobase/object/object_d.h>

Inheritance diagram for carto::interface_internal::IterableImpl< T, true >:
Collaboration diagram for carto::interface_internal::IterableImpl< T, true >:

Static Public Member Functions

static bool isIterable (const TypedObject< T > &object)
 
static Object objectIterator (const TypedObject< T > &object)
 
static bool equals (const TypedObject< T > &o1, const GenericObject &o2)
 
static bool isIterable (const TypedObject< T > &)
 
static Object objectIterator (const TypedObject< T > &)
 
static bool equals (const TypedObject< T > &, const GenericObject &)
 

Detailed Description

template<typename T>
class carto::interface_internal::IterableImpl< T, true >

Definition at line 564 of file object_d.h.

Member Function Documentation

◆ equals() [1/2]

static bool carto::interface_internal::IterableImpl< T, B >::equals ( const TypedObject< T > & ,
const GenericObject &  )
inlinestatic

Definition at line 554 of file object_d.h.

◆ equals() [2/2]

template<typename T>
static bool carto::interface_internal::IterableImpl< T, true >::equals ( const TypedObject< T > & o1,
const GenericObject & o2 )
inlinestatic

Definition at line 578 of file object_d.h.

◆ isIterable() [1/2]

static bool carto::interface_internal::IterableImpl< T, B >::isIterable ( const TypedObject< T > & )
inlinestatic

Definition at line 541 of file object_d.h.

◆ isIterable() [2/2]

template<typename T>
static bool carto::interface_internal::IterableImpl< T, true >::isIterable ( const TypedObject< T > & object)
inlinestatic

Definition at line 568 of file object_d.h.

◆ objectIterator() [1/2]

static Object carto::interface_internal::IterableImpl< T, B >::objectIterator ( const TypedObject< T > & )
inlinestatic

Definition at line 546 of file object_d.h.

◆ objectIterator() [2/2]

template<typename T>
static Object carto::interface_internal::IterableImpl< T, true >::objectIterator ( const TypedObject< T > & object)
inlinestatic

Definition at line 573 of file object_d.h.


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