MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / getSafeArrayElementAsStr

Function getSafeArrayElementAsStr

tools/excelRTD/RTDServer.cpp:325–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 }
324
325 std::string getSafeArrayElementAsStr(SAFEARRAY **Strings, long idx) {
326 VARIANT value;
327
328 SafeArrayGetElement(*Strings, &idx, &value);
329 return convertToString(value);
330 }
331
332 typedef std::list<std::string> StringList;
333

Callers 1

ConnectDataMethod · 0.85

Calls 1

convertToStringFunction · 0.85

Tested by

no test coverage detected