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

#include <cartobase/object/object_internal.h>

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

Static Public Member Functions

static bool isDictionaryIterator (const TypedObject< T > &object)
 
static std::string key (const TypedObject< T > &object)
 
static bool isDictionaryIterator (const TypedObject< T > &)
 
static std::string key (const TypedObject< T > &)
 

Detailed Description

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

Definition at line 728 of file object_internal.h.

Member Function Documentation

◆ isDictionaryIterator() [1/2]

static bool interface_internal::DictionaryIteratorImpl< T, B >::isDictionaryIterator ( const TypedObject< T > & )
inlinestatic

Definition at line 713 of file object_internal.h.

◆ isDictionaryIterator() [2/2]

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

Definition at line 732 of file object_internal.h.

◆ key() [1/2]

static std::string interface_internal::DictionaryIteratorImpl< T, B >::key ( const TypedObject< T > & )
inlinestatic

Definition at line 718 of file object_internal.h.

◆ key() [2/2]

template<typename T>
static std::string interface_internal::DictionaryIteratorImpl< T, true >::key ( const TypedObject< T > & object)
inlinestatic

Definition at line 737 of file object_internal.h.


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