Subversion Repositories spk

Rev

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

Rev 165 Rev 170
Line 52... Line 52...
52
		bool containsData(const Utils::String& str, bool bIgnoreCase = false) const;
52
		bool containsData(const Utils::String& str, bool bIgnoreCase = false) const;
53
		bool containsStringAndData(const Utils::String& str, const Utils::String &data, bool bIgnoreCase = false) const;
53
		bool containsStringAndData(const Utils::String& str, const Utils::String &data, bool bIgnoreCase = false) const;
54
		Utils::String findData(const Utils::String &data, bool bIgnoreCase = false) const;
54
		Utils::String findData(const Utils::String &data, bool bIgnoreCase = false) const;
55
		Utils::String findString(const Utils::String &str, bool bIgnoreCase = false) const;
55
		Utils::String findString(const Utils::String &str, bool bIgnoreCase = false) const;
56
		int findStringAndData(const Utils::String& str, const Utils::String& data, bool bIgnoreCase = false) const;
56
		int findStringAndData(const Utils::String& str, const Utils::String& data, bool bIgnoreCase = false) const;
-
 
57
		int findPos(const Utils::String& str, bool bIgnoreCase = false) const;
57
 
58
 
-
 
59
		CStringListIterator remove(CStringListIterator itr);
58
		bool remove(const Utils::String &str, bool single = true);
60
		bool remove(const Utils::String &str, bool single = true);
59
		void removeAt(int at);
61
		void removeAt(int at);
60
 
62
 
61
		size_t size() const;
63
		size_t size() const;
62
		bool empty() const;
64
		bool empty() const;