cartodata  5.0.5
doi.h File Reference
Include dependency graph for doi.h:

Go to the source code of this file.

Classes

class  carto::RcptrObject< T >
 
class  carto::DiscreteDOI
 
class  carto::NumberIterator
 
class  carto::DiscreteNumberDOI
 

Namespaces

 carto
 

Macros

#define DECLARE_VIRTUAL_GENERIC_OBJECT_TYPE(T)
 

Macro Definition Documentation

◆ DECLARE_VIRTUAL_GENERIC_OBJECT_TYPE

#define DECLARE_VIRTUAL_GENERIC_OBJECT_TYPE (   T)
Value:
template <> \
struct GenericObjectTypeDeclared< T > \
{ \
static inline void check() {}; \
}; \
template <> \
void DictionaryInterface::setProperty( const std::string &key, \
T const &value ); \
template <> \
bool DictionaryInterface::getProperty( const std::string &key, T &value ) const; \
extern template class TypedObject< T >; \
extern template class ReferenceObject< T >; \
extern template class PointerObject< T >; \
extern template \
T const &GenericObject::value< T >() const; \
extern template \
T &GenericObject::value< T >(); \
template <> \
bool GenericObject::value( T &dest ) const; \
template <> \
void GenericObject::setValue( T const & x ); \
extern template bool DictionaryInterface:: \
getProperty( const std::string &, T & ) const; \
extern template void DictionaryInterface:: \
setProperty( const std::string &, T const & ); \

Definition at line 40 of file doi.h.