NAG CPP Interface
iomanager::IOManager::register_istream

 Contents

Settings help

CPP Name Style:


1 Description

Register an Input channel to a unit number. These unit numbers are used by functions in the NAG CPP Interface during Input/Output.
IOManager::register_istream returns the unit number associated with the supplied channel.

2 Specification

types::f77_integer  register_istream(std::istream is_to_register)

3 Arguments

1: is_to_register std::istream Scalar
On entry: an Input channel to register.