11 #include "Parsers/spirit/ParsersStandardMiscCommon.h"
13 PARSERS_DEF_FOR_PAIR(
bool,
bool)
14 PARSERS_DEF_FOR_PAIR(
float,
float)
15 PARSERS_DEF_FOR_PAIR(
double,
double)
16 PARSERS_DEF_FOR_PAIR(
double,
int)
17 PARSERS_DEF_FOR_PAIR(
double,
long)
18 PARSERS_DEF_FOR_PAIR(
double,
size_t)
26 template <>
int parse(std::vector<std::pair<double, double> >& result,
const std::string& input) {
27 return parse_(result, input);
30 template <>
int parse(std::vector<std::pair<int, int> >& result,
const std::string& input) {
31 return parse_(result, input);
34 template <>
int parse(std::vector<std::vector<std::string> >& result,
const std::string& input) {
35 return parse_(result, input);