Searched defs:GETSTRING (Results 1 – 2 of 2) sorted by relevance
19 std::string GETSTRING(std::strstream& ss) in GETSTRING() function28 #define GETSTRING(ss) ss.str() macro
26 std::string GETSTRING(std::ostrstream& ss) in GETSTRING() function35 #define GETSTRING(ss) ss.str() macro