// override this in the derived classes to check if this data object is
// really fully initialized
virtual bool IsOk() const { return true; }
// override this in the derived classes to check if this data object is
// really fully initialized
virtual bool IsOk() const { return true; }