NEST HelpDesk | Command Index | NEST Quick Reference |
getc - Read single character from input stream.Synopsis:
istream getc -> istream integerDescription:
getc reads a single character from theDiagnostics:
supplied input stream. The character is
returned as integer. The mapping between
characters and its numerical value is
determined by the C++ compiler.
Raises BadIOErrorSeeAlso: Source:
/opt/conda/conda-bld/nest_1512418773968/work/nest-2.14.0/sli/sli_io.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative