#include <stlstrings.h>
◆ CStringList() [1/2]
| CStringList::CStringList |
( |
void |
| ) |
|
◆ CStringList() [2/2]
| CStringList::CStringList |
( |
const CStringList & |
AStringList | ) |
|
◆ ~CStringList()
| CStringList::~CStringList |
( |
void |
| ) |
|
◆ AppendFromFile()
| bool CStringList::AppendFromFile |
( |
const CString & |
FileName | ) |
|
◆ Clear()
◆ FindString()
| int CStringList::FindString |
( |
const CString & |
AString | ) |
const |
◆ GetCount()
| int CStringList::GetCount |
( |
void |
| ) |
const |
◆ GetLength()
| int CStringList::GetLength |
( |
void |
| ) |
const |
◆ GetString() [1/2]
| CString & CStringList::GetString |
( |
const int |
Index | ) |
|
◆ GetString() [2/2]
| CString CStringList::GetString |
( |
const int |
Index | ) |
const |
◆ Insert() [1/3]
| int CStringList::Insert |
( |
const CString * |
AString | ) |
|
◆ Insert() [2/3]
| int CStringList::Insert |
( |
const CString & |
AString | ) |
|
◆ Insert() [3/3]
◆ InsertAt() [1/3]
◆ InsertAt() [2/3]
◆ InsertAt() [3/3]
◆ IsEmpty()
| bool CStringList::IsEmpty |
( |
void |
| ) |
const |
◆ Join()
◆ LoadFromFile()
| bool CStringList::LoadFromFile |
( |
const CString & |
FileName | ) |
|
◆ operator<<()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator[]() [1/2]
| CString & CStringList::operator[] |
( |
const int |
Index | ) |
|
◆ operator[]() [2/2]
| CString CStringList::operator[] |
( |
const int |
Index | ) |
const |
◆ Print()
| void CStringList::Print |
( |
std::ostream & |
out | ) |
|
◆ RemoveAt()
◆ RemoveDuplicates()
◆ RemoveEmpty()
◆ SaveToFile()
| bool CStringList::SaveToFile |
( |
const CString & |
FileName | ) |
|
◆ ValidIndex()
| bool CStringList::ValidIndex |
( |
const int |
Index | ) |
const |
|
protected |
◆ m_NullString
◆ m_Strings
| std::vector<CString *> CStringList::m_Strings |
|
protected |
The documentation for this class was generated from the following files: