Subversion Repositories spk

Rev

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

Rev 170 Rev 173
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();
83
	//CyStringList *ReadLinesStr();
84
	Utils::CStringList *readLinesStr();
84
	Utils::CStringList *readLinesStr();
85
 
85
 
86
	bool WriteFile(CyStringList *lines);
86
	bool WriteFile(CyStringList *lines);
87
	bool writeFile(std::vector<Utils::String> *lines);
87
	bool writeFile(std::vector<Utils::String> *lines);
88
	bool writeFileUTF(std::vector<Utils::String> *lines);
88
	bool writeFileUTF(std::vector<Utils::String> *lines);