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