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

#include <cartobase/object/object_internal.h>

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)
 

Detailed Description

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

Definition at line 563 of file object_internal.h.

Member Function Documentation

◆ equals()

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

◆ isIterable()

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()

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: