Subversion Repositories spk

Rev

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

Rev 85 Rev 86
Line 166... Line 166...
166
	const String &toFilename();
166
	const String &toFilename();
167
	String asFilename() const;
167
	String asFilename() const;
168
 
168
 
169
private:
169
private:
170
	bool _isCharNumber(char c) const;
170
	bool _isCharNumber(char c) const;
171
	std::string::size_type _token_nextPos(const char *token, std::string::size_type curPos) const;
171
	Utils::String::size_type _token_nextPos(const char *token, Utils::String::size_type curPos) const;
172
};
172
};
173
 
173
 
174
String operator+(const char *str1, const String &str2);
174
String operator+(const char *str1, const String &str2);
175
}
175
}