GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
1 #ifndef __FormatStringParser__ 2 #define __FormatStringParser__ 23 typedef std::pair<std::string, int> FormatStringAssoc;
24 typedef std::vector<FormatStringAssoc> FormatStringParserResult;
38 virtual void parse(
const char * str, FormatStringParserResult& res);
44 virtual void store (std::string str,
type t, FormatStringParserResult& res)
const;
48 std::string mCurrString;