added StrBase::isEmpty()
This commit is contained in:
parent
73567527f1
commit
f6c60f3c46
@ -359,6 +359,11 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
bool isEmpty() const
|
||||
{
|
||||
return this->_item->size <= 0;
|
||||
}
|
||||
|
||||
qse_size_t getSize () const
|
||||
{
|
||||
return this->_item->size;
|
||||
|
Loading…
Reference in New Issue
Block a user