NAG Library Manual, Mark 30.1
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
iomanager
Class:
IOManager
Method:
deregister_ostream
NAG CPP Interface
iomanager::IOManager::deregister_ostream
Keyword Search:
NAG Library Manual, Mark 30.1
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
iomanager
Class:
IOManager
Method:
deregister_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
Deregister a previously registered Output channel from a unit number. The unit number is then freed for use later.
2
Specification
void function
deregister_ostream
(
std::ostream
os_to_deregister
)
void function
deregister_ostream
(
types::f77_integer
unit_number
)
3
Arguments
1:
os_to_deregister
–
std::ostream
Scalar
On entry
: a previously registered Output channel.
2:
unit_number
–
types::f77_integer
Scalar
On entry
: the unit number to free for later use.
© The Numerical Algorithms Group Ltd. 2020