Subversion Repositories spk

Rev

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

Rev 197 Rev 211
Line 81... Line 81...
81
 
81
 
82
	std::vector<Utils::String>* readLines() const;
82
	std::vector<Utils::String>* readLines() const;
83
	size_t readLines(std::vector<Utils::String>& to) const;
83
	size_t readLines(std::vector<Utils::String>& to) const;
84
	size_t readLines(std::vector<Utils::WString>& to) const;
84
	size_t readLines(std::vector<Utils::WString>& to) const;
85
	size_t readLines(Utils::CStringList& to) const;
85
	size_t readLines(Utils::CStringList& to) const;
86
	Utils::CStringList *readLinesStr();
86
	size_t readLines(Utils::WStringList& to) const;
87
 
87
 
88
	bool writeFile(std::vector<Utils::String>* lines);
88
	bool writeFile(std::vector<Utils::String>* lines);
89
	bool writeFile(const std::vector<Utils::WString> &lines) const;
89
	bool writeFile(const std::vector<Utils::WString> &lines) const;
90
	bool writeFileUTF(std::vector<Utils::String>* lines);
90
	bool writeFileUTF(std::vector<Utils::String>* lines);
91
	bool writeFileUTF(std::vector<Utils::WString>* lines);
91
	bool writeFileUTF(std::vector<Utils::WString>* lines);