cartobase
5.1.2
|
Specialized NoneInterface for empty objects (null, None). More...
#include <cartobase/object/object.h>
Public Member Functions | |
virtual | ~NoneInterface () |
virtual bool | isNone () const =0 |
Returns false if the stored object doesn't actually implement the NoneInterface API (needed since all GenericObject inherit this interface whatever they actually contain) More... | |
![]() | |
virtual | ~Interface () |
Specialized NoneInterface for empty objects (null, None).
|
virtual |
|
pure virtual |
Returns false if the stored object doesn't actually implement the NoneInterface API (needed since all GenericObject inherit this interface whatever they actually contain)
Implemented in carto::TypedObject< T >.