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

#include <cartobase/object/object_internal.h>

Inheritance diagram for interface_internal::IterableImpl< T, true >:
Collaboration diagram for 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 interface_internal::IterableImpl< T, true >

Definition at line 563 of file object_internal.h.

Member Function Documentation

◆ equals() [1/2]

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

Definition at line 553 of file object_internal.h.

◆ equals() [2/2]

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

Definition at line 577 of file object_internal.h.

◆ isIterable() [1/2]

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

Definition at line 540 of file object_internal.h.

◆ isIterable() [2/2]

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

Definition at line 567 of file object_internal.h.

◆ objectIterator() [1/2]

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

Definition at line 545 of file object_internal.h.

◆ objectIterator() [2/2]

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

Definition at line 572 of file object_internal.h.


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