NAG CPP Interface
iomanager::IOManager::register_ostream

 Contents

Settings help

CPP Name Style:


1 Description

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

2 Specification

types::f77_integer  register_ostream(std::ostream os_to_register)

3 Arguments

1: os_to_register std::ostream Scalar
On entry: an Output channel to register.