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