Home | History | Annotate | Download | only in lazy

Lines Matching refs:NumStr

78     std::string NumStr;
80 NumStr += LastChar;
84 NumVal = strtod(NumStr.c_str(), 0);