added StrBase::isEmpty()
This commit is contained in:
parent
73567527f1
commit
f6c60f3c46
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user