A trivial mix-in interface containing a valid() method. More...
#include <gvalid.h>
Public Member Functions | |
virtual bool | valid () const =0 |
Returns true if a valid source of information. More... | |
virtual | ~Valid () |
Destructor. More... | |
|
virtual |
Destructor.
Definition at line 25 of file gvalid.cpp.
|
pure virtual |
Returns true if a valid source of information.
Implemented in GAuth::Secrets, and GPop::Secrets.