Lines Matching refs:string
24 inline bool ConvertStringToBool(const std::string str)
69 * @return std::string - node name value
71 std::string GetNameValue(xmlNodePtr node);
77 * @return std::string - node value
79 std::string GetNodeValue(xmlNodePtr node);
82 * @Description get xml node string content
85 * @return std::string - xml node string content
87 std::string GetStringValue(xmlNodePtr node);
101 std::string valueString = std::string(reinterpret_cast<char *>(value));
121 * @Description get xml node string Array value
124 * @return std::vector<std::string> - prime value eg:int bool
126 std::vector<std::string> GetStringArrValue(xmlNodePtr innode);
137 * @Description get xml node string map value
140 * @return std::map<std::string, std::string> - node string map value
142 std::map<std::string, std::string> GetStringMapValue(xmlNodePtr innode);