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