NAG Library Manual, Mark 28.6
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
iomanager
Class:
IOManager
Method:
unit_from_ostream
NAG CPP Interface
iomanager::IOManager::unit_from_ostream
Keyword Search:
NAG Library Manual, Mark 28.6
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
iomanager
Class:
IOManager
Method:
unit_from_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
IOManager::unit_from_ostream
returns the unit number associated with a previously registered Output channel.
If the supplied channel has not been previously registered a value of
0
is returned.
2
Specification
types::f77_integer
unit_from_ostream
(
std::ostream
os_of_interest
)
3
Arguments
1:
os_of_interest
–
std::ostream
Scalar
On entry
: a previously registered Output channel.
© The Numerical Algorithms Group Ltd. 2020