40 {
return errnum == 0; }
68 virtual void seterr(
int _errnum);
70 void seterr(WVSTRING_FORMAT_DECL)
73 void seterr_both(
int _errnum, WVSTRING_FORMAT_DECL)
74 { seterr_both(_errnum,
WvString(WVSTRING_FORMAT_CALL)); }
79 { errnum = 0; errstring = WvString::null; }
101 void set(WVSTRING_FORMAT_DECL)
104 { seterr_both(_errnum, specialerr); }
113 #endif // __WVERROR_H