Home | History | Annotate | Download | only in lazy

Lines Matching refs:NumStr

79     std::string NumStr;
81 NumStr += LastChar;
85 NumVal = strtod(NumStr.c_str(), 0);