Subversion Repositories spk

Rev

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

Rev 211 Rev 212
Line 80... Line 80...
80
	std::fstream &stream();
80
	std::fstream &stream();
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;
-
 
86
	size_t readLines(Utils::WStringList& to) const;
85
	size_t readLines(Utils::WStringList& to) const;
87
 
86
 
88
	bool writeFile(std::vector<Utils::String>* lines);
87
	bool writeFile(std::vector<Utils::String>* lines);
89
	bool writeFile(const std::vector<Utils::WString> &lines) const;
88
	bool writeFile(const std::vector<Utils::WString> &lines) const;
90
	bool writeFileUTF(std::vector<Utils::String>* lines);
89
	bool writeFileUTF(std::vector<Utils::String>* lines);