Subversion Repositories spk

Rev

Rev 101 | Rev 112 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 101 Rev 111
Line 7... Line 7...
7
	{
7
	{
8
		SStringList *strNode = new SStringList;
8
		SStringList *strNode = new SStringList;
9
		strNode->str = str;
9
		strNode->str = str;
10
		strNode->data = data;
10
		strNode->data = data;
11
		this->push_back(strNode);
11
		this->push_back(strNode);
-
 
12
	}
-
 
13
	void CStringList::pushBack(const String &str)
-
 
14
	{
-
 
15
		pushBack(str, "");
12
	}
16
	}
13
 
17
 
14
	void CStringList::clear()
18
	void CStringList::clear()
15
	{
19
	{
16
		this->destroy(true);
20
		this->destroy(true);