Subversion Repositories spk

Rev

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

Rev 127 Rev 130
Line 36... Line 36...
36
 
36
 
37
	// conversion functions
37
	// conversion functions
38
	void fromLong(long l);
38
	void fromLong(long l);
39
	const String &fromFloat(float f, int dp = -1);
39
	const String &fromFloat(float f, int dp = -1);
40
	void fromDouble(double f);
40
	void fromDouble(double f);
41
	void fromDouble(double f, int dp);
41
	const String &fromDouble(double f, int dp);
42
	const String &format(const char *sFormat, ...);
42
	const String &format(const char *sFormat, ...);
-
 
43
	const String args(const String *args, int max) const;
43
	const String &arg(const String &s1);
44
	const String &arg(const String &s1);
44
	const String &arg(const String &s1, const String &s2);
45
	const String &arg(const String &s1, const String &s2);
45
	const String &arg(const String &s1, const String &s2, const String &s3);
46
	const String &arg(const String &s1, const String &s2, const String &s3);
46
	const String &arg(const String &s1, const String &s2, const String &s3, const String &s4);
47
	const String &arg(const String &s1, const String &s2, const String &s3, const String &s4);
47
	const String &arg(const String &s1, const String &s2, const String &s3, const String &s4, const String &s5);
48
	const String &arg(const String &s1, const String &s2, const String &s3, const String &s4, const String &s5);