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

#include <cartobase/object/object_internal.h>

Static Public Member Functions

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, bool B>
class interface_internal::IterableImpl< T, B >

Definition at line 516 of file object_internal.h.

Member Function Documentation

◆ equals()

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

Definition at line 533 of file object_internal.h.

◆ isIterable()

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

Definition at line 520 of file object_internal.h.

◆ objectIterator()

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

Definition at line 525 of file object_internal.h.


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