NAG Library Manual, Mark 29.2
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
iomanager
Class:
IOManager
Method:
register_ostream
NAG CPP Interface
iomanager::IOManager::register_ostream
Keyword Search:
NAG Library Manual, Mark 29.2
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
iomanager
Class:
IOManager
Method:
register_ostream
▸
▿
Contents
1
Description
2
Specification
3
Arguments
© The Numerical Algorithms Group Ltd. 2020
Settings help
CPP Name Style:
Short (
impl_details
)
Long (
info::impl_details
)
Full (
nagcpp::info::impl_details
)
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.
© The Numerical Algorithms Group Ltd. 2020