added StrBase::isEmpty()

This commit is contained in:
hyung-hwan 2018-08-16 07:15:36 +00:00
parent 73567527f1
commit f6c60f3c46

View File

@ -359,6 +359,11 @@ protected:
public: public:
bool isEmpty() const
{
return this->_item->size <= 0;
}
qse_size_t getSize () const qse_size_t getSize () const
{ {
return this->_item->size; return this->_item->size;