#include <ValidityChecker.hh>
Inheritance diagram for MangoPtr::ValidityChecker:


The only operations possible are to construct from an existing SharedValidity, or construct empty and later set equal to a SharedValidity, and the public operations of SharedValidity.
Definition at line 40 of file ValidityChecker.hh.
Public Methods | |
| ValidityChecker () | |
| Default is like default SharedValidity, ie state is Invalid. | |
| ValidityChecker (const SharedValidity &vm) | |
| Share validity state with vm. | |
| ValidityChecker & | operator= (const SharedValidity &vm) |
| Share validity state with vm. | |
| void | reset () |
| Reset to default-constructor state. | |
1.2.18