Esempio n. 1
0
		UnicodeString& Unlink() {Inflate(m_pData->GetLength()+1); return *this;}
Esempio n. 2
0
		wchar_t Last() const { return m_pData->GetData()[m_pData->GetLength()?m_pData->GetLength()-1:0]; }
Esempio n. 3
0
		bool IsEmpty() const { return !(m_pData->GetLength() && *m_pData->GetData()); }
Esempio n. 4
0
		size_t GetLength() const { return m_pData->GetLength(); }