VValidated.h
Go to the documentation of this file.
1 #ifndef _utl_VValidated_h_
2 #define _utl_VValidated_h_
3 
4 
5 namespace utl {
6 
22  class VValidated {
23  public:
24  virtual bool IsValid() const = 0;
25  virtual void SetValid(const bool valid = true) = 0;
26  virtual ~VValidated() { }
27  };
28 
29 }
30 
31 
32 #endif
Minimum validation handling methods.
Definition: VValidated.h:22
virtual void SetValid(const bool valid=true)=0
virtual ~VValidated()
Definition: VValidated.h:26
virtual bool IsValid() const =0

, generated on Tue Sep 26 2023.