Subversion Repositories spk

Rev

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

Rev 173 Rev 178
Line 78... Line 78...
78
	std::fstream &stream();
78
	std::fstream &stream();
79
 
79
 
80
	std::vector<Utils::String>* readLines() const;
80
	std::vector<Utils::String>* readLines() const;
81
	size_t readLines(std::vector<Utils::String>& to) const;
81
	size_t readLines(std::vector<Utils::String>& to) const;
82
	size_t readLines(Utils::CStringList& to) const;
82
	size_t readLines(Utils::CStringList& to) const;
83
	//CyStringList *ReadLinesStr();
-
 
84
	Utils::CStringList *readLinesStr();
83
	Utils::CStringList *readLinesStr();
85
 
84
 
86
	bool WriteFile(CyStringList *lines);
85
	bool WriteFile(CyStringList *lines);
87
	bool writeFile(std::vector<Utils::String> *lines);
86
	bool writeFile(std::vector<Utils::String> *lines);
88
	bool writeFileUTF(std::vector<Utils::String> *lines);
87
	bool writeFileUTF(std::vector<Utils::String> *lines);