Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ read() [4/5]

void Ice::InputStream::read ( std::vector< std::string > & v,
bool convert = true )

Reads a sequence of strings from the stream.

Parameters
[out]vThe unmarshaled string sequence.
converttrue to process the unmarshaled string through the string converter (if installed on the communicator), false otherwise.