Searched refs:strline (Results 1 – 1 of 1) sorted by relevance
39 std::string strline; in OpenCfg() local48 while (getline(cfgFile, strline)) { in OpenCfg()49 if (strline == "") { in OpenCfg()52 position = strline.find(":"); in OpenCfg()56 key = strline.substr(0, position); in OpenCfg()57 value = strline.substr(position + 1); in OpenCfg()