NAG Library Manual, Mark 30.1
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
iomanager
Class:
IOManagerBase
Method:
print_rec
NAG CPP Interface
iomanager::IOManagerBase::print_rec
Keyword Search:
NAG Library Manual, Mark 30.1
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
iomanager
Class:
IOManagerBase
Method:
print_rec
▸
▿
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
print_rec
outputs the text supplied in
rec
to the Output channel associated with
unit_number
, followed by a carriage return.
2
Specification
void function
print_rec
(
types::f77_integer
unit_number
,
std::string
rec
)
3
Arguments
1:
unit_number
–
types::f77_integer
Scalar
On entry
: unit number to write to.
2:
rec
–
std::string
Scalar
On entry
: line of text to output.
© The Numerical Algorithms Group Ltd. 2020