
2 Mar
2014
2 Mar
'14
5:58 a.m.
Igore, On 02/03/14 1:41 pm, "Igor R" <boost.lists@gmail.com> wrote:
{ name = "new" sub_name = "SUBTITLE" values = { 1, 2, 3; } input_values = { 1, 2, 3; 5, 5, 6 10, 12, 3} type = input intval = 100 }
Where mapdef is :: typedef std::vector<std::pair<std::string,std::string>>mapDef; I am looking to store key vs values.. means [ignoring \n, \t and spaces] Name-³new² Values- 1,2,3 input_values-1, 2, 3; 5, 5, 6;10, 12, 3 Can you please let me know what is the best way to write the parser? Regards, UJ