#include <ValidityOwner.hh>
Inheritance diagram for MangoPtr::ValidityOwner:
I.e., setting and changing the state of the validator. However, copy and assignment are not allowed since it doesn't make sense for the ownership to be shared.
Definition at line 39 of file ValidityOwner.hh.
Public Methods | |
ValidityOwner () | |
Default, see SharedValidity. | |
ValidityOwner (bool valid) | |
Initialize state to value of valid. | |
ValidityOwner (const ValidityOwner &vm) | |
Share validity state with vm. | |
void | setValid (bool valid) |
publicize the setValid(bool) (only) method since we are the owner |