cartobase 6.0.6
conversion.h File Reference
Include dependency graph for conversion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  carto::conversion< T, U >
 
struct  carto::conversion< T, U >::Helper< V, W >::yes
 

Namespaces

namespace  carto
 

Macros

#define SUPERSUBCLASS(T, U)
 
#define SUPERSUBCLASS_NONCONST(T, U)
 

Macro Definition Documentation

◆ SUPERSUBCLASS

#define SUPERSUBCLASS ( T,
U )
Value:

Definition at line 86 of file conversion.h.

Referenced by carto::TypedObject< T >::clearProperties(), carto::TypedObject< T >::currentValue(), carto::interface_internal::DictionaryImpl< T, B >::equals(), carto::interface_internal::DictionaryImpl< T, true >::equals(), carto::TypedObject< T >::getArrayItem(), carto::interface_internal::DictionaryImpl< T, B >::getProperty(), carto::TypedObject< T >::getProperty(), carto::TypedObject< T >::getScalar(), carto::TypedObject< T >::hasProperty(), carto::interface_internal::DynArrayImpl< T, B >::insertArrayItem(), carto::TypedObject< T >::intKey(), carto::TypedObject< T >::isArray(), carto::interface_internal::DictionaryImpl< T, true >::isDictionary(), carto::TypedObject< T >::isDictionary(), carto::TypedObject< T >::isIntKeyIterator(), carto::TypedObject< T >::isIterable(), carto::TypedObject< T >::isKeyIterator(), carto::interface_internal::IteratorImpl< T, true >::isValid(), carto::TypedObject< T >::isValid(), carto::TypedObject< T >::keyObject(), carto::TypedObject< T >::next(), carto::TypedObject< T >::objectIterator(), carto::interface_internal::DynArrayImpl< T, B >::removeArrayItem(), carto::interface_internal::DynArrayImpl< T, true >::removeArrayItem(), carto::TypedObject< T >::removeArrayItem(), carto::TypedObject< T >::removeProperty(), carto::TypedObject< T >::reserveArray(), carto::TypedObject< T >::resizeArray(), carto::TypedObject< T >::setArrayItem(), carto::TypedObject< T >::setScalar(), carto::SyntaxedObject< PropertySet >::SyntaxedObject(), carto::SyntaxedObject< PropertySet >::SyntaxedObject(), and carto::SyntaxedObject< PropertySet >::SyntaxedObject().

◆ SUPERSUBCLASS_NONCONST

#define SUPERSUBCLASS_NONCONST ( T,
U )
Value:
( static_cast<bool>(::carto::conversion<U, T>::exists) )

Definition at line 89 of file conversion.h.