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