[inline]
See if string is empty.
Definition at line 127 of file FXString.h.
Referenced by FX::Generic::typeInfoBase::operator!(), and FX::Generic::typeInfoBase::typeInfoBase().
00127 { return (((FXint*)str)[-1]==0); }