gets - Read white space terminated string from stream
istream gets -> istream string
gets reads a single string from the istream.
The stream argument is not removed from the stack
to support successive application of gets.
Raises BadIOError if the read was not successful.
/home/abuild/rpmbuild/BUILD/nest-2.20.git/sli/sli_io.cc