| cartobase
    4.7.0
    | 
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... | |
|  Public Member Functions inherited from carto::Interface | |
| 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 >, and carto::TypedObject< SyntaxedInterfaceType< T > >.
Referenced by carto::TypedObject< SyntaxedInterfaceType< T > >::isNone().