Subversion Repositories heating

Rev

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

Rev 3 Rev 4
Line 55... Line 55...
55
		void setPName(char *name);
55
		void setPName(char *name);
56
		std::string itostring(int i);
56
		std::string itostring(int i);
57
		char *assign(std::string str);
57
		char *assign(std::string str);
58
		void enableDebug(bool what) { dbg = what; };
58
		void enableDebug(bool what) { dbg = what; };
59
		void debug(std::string msg);
59
		void debug(std::string msg);
-
 
60
		bool ToBool(char *str);
-
 
61
		bool ToBool(std::string s);
-
 
62
		bool ToBool(int i);
60
		bool isArm();
63
		bool isArm();
61
 
64
 
62
		template <typename T>
65
		template <typename T>
63
		inline std::string ToString(T value)
66
		inline std::string ToString(T value)
64
		{
67
		{