Subversion Repositories spk

Rev

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

Rev 121 Rev 124
Line 38... Line 38...
38
		CStringListIterator begin();
38
		CStringListIterator begin();
39
		CStringListIterator end();
39
		CStringListIterator end();
40
 
40
 
41
		Utils::SStringList *get(int i);
41
		Utils::SStringList *get(int i);
42
 
42
 
-
 
43
		bool changeData(const Utils::String &str, const Utils::String &data, bool bIgnoreCase = false);
43
		bool contains(const Utils::String &data, bool bIgnoreCase = false) const;
44
		bool contains(const Utils::String &data, bool bIgnoreCase = false) const;
44
		bool containsData(const Utils::String &str, bool bIgnoreCase = false) const;
45
		bool containsData(const Utils::String &str, bool bIgnoreCase = false) const;
45
		Utils::String findData(const Utils::String &data, bool bIgnoreCase = false) const;
46
		Utils::String findData(const Utils::String &data, bool bIgnoreCase = false) const;
46
		Utils::String findString(const Utils::String &str, bool bIgnoreCase = false) const;
47
		Utils::String findString(const Utils::String &str, bool bIgnoreCase = false) const;
47
 
48