#include <nproperty.h>
Inheritance diagram for regina::NPropertyBase:
Public Member Functions | |
virtual | ~NPropertyBase () |
Virtual destructor. | |
virtual bool | known () const=0 |
Returns whether or not this property is currently marked as known. | |
virtual void | clear ()=0 |
Marks this property as unknown. |
|
Virtual destructor.
|
|
Marks this property as unknown.
Implemented in regina::NProperty< T, Storage >, regina::NProperty< NLargeInteger >, regina::NProperty< NGroupPresentation, StoreManagedPtr >, regina::NProperty< NAbelianGroup, StoreManagedPtr >, regina::NProperty< NTriBool >, and regina::NProperty< bool >. |
|
Returns whether or not this property is currently marked as known.
Implemented in regina::NProperty< T, Storage >, regina::NProperty< NLargeInteger >, regina::NProperty< NGroupPresentation, StoreManagedPtr >, regina::NProperty< NAbelianGroup, StoreManagedPtr >, regina::NProperty< NTriBool >, and regina::NProperty< bool >. |