Command: gets

NEST HelpDesk Command Index NEST Quick Reference

Name:
 gets - Read white space terminated string from stream
Synopsis:
 istream gets -> istream string
Description:
 gets reads a single string from the istream.
   The stream argument is not removed from the stack
   to support successive application of gets.
Diagnostics:
 Raises BadIOError if the read was not successful.
SeeAlso:getline getc
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/sli_io.cc

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative