ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the derived type for constructing objects that contain the specifications of the getStrWrapped dynamic method of objects of derived type wrap_type.
More...
Public Member Functions | |
excluded | |
Public Attributes | |
character(:, SK), allocatable, public | newline |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
character(:, SK), allocatable, public | fill |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
character(:, SK), allocatable, public | lwfill |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
character(:, SK), allocatable, public | rwfill |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
character(:, SK), allocatable, public | twfill |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
character(:, SK), allocatable, public | bwfill |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
integer(IK), public | lwsize = 2_IK |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
integer(IK), public | rwsize = 2_IK |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
integer(IK), public | twsize = 1_IK |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
integer(IK), public | bwsize = 1_IK |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
integer(IK), public | tmsize = 0_IK |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
integer(IK), public | bmsize = 0_IK |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
integer(IK), public | width = 96_IK |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
integer(IK), public | unit = output_unit |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
logical(LK) | sticky = .false._LK |
See the description of the corresponding argument in the default constructor of wrap_type. More... | |
logical(LK) | uninit = .true._LK |
The scalar of type logical of default kind LK that is .true. if and only if the object has not been initialized for the first time. More... | |
This is the derived type for constructing objects that contain the specifications of the getStrWrapped dynamic method of objects of derived type wrap_type.
See the documentation of display_type for further details and example usage.
[in] | newline | : The input scalar of type character of default kind SK of arbitrary length type parameter.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | fill | : The input scalar of type character of default kind SK of arbitrary length type parameter.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | lwfill | : The input scalar of type character of default kind SK of arbitrary length type parameter.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | rwfill | : The input scalar of type character of default kind SK of arbitrary length type parameter.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | twfill | : The input scalar of type character of default kind SK of arbitrary length type parameter.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | bwfill | : The input scalar of type character of default kind SK of arbitrary length type parameter.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | lwsize | : The input scalar integer of default kind IK.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | rwsize | : The input scalar integer of default kind IK.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | twsize | : The input scalar integer of default kind IK.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | bwsize | : The input scalar integer of default kind IK.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | tmsize | : The input scalar integer of default kind IK representing the number of rows in the display to skip before printing the wrapped str .(optional, default = 0_IK ) |
[in] | bmsize | : The input scalar integer of default kind IK representing the number of rows in the display to skip after printing the wrapped str .(optional, default = 0_IK ) |
[in] | width | : The input scalar integer of default kind IK.For details, see the description of the corresponding argument of the wrap_type%%wrap dynamic method of the derived type display_type. (optional. The default value is set as described in the documentation of the corresponding argument of wrap_type%%wrap.) |
[in] | unit | : The input scalar integer of default kind IK representing the output display unit number where the text will be displayed.(optional, default = output_unit from iso_fortran_env intrinsic module.) |
[in] | sticky | : The input scalar of type logical of default kind LK.If .true. , the global properties (i.e., components) of the object of class wrap_type can be overridden by the corresponding arguments passed to the dynamic methods of the object.(optional, default = .false. ) |
Possible calling interfaces ⛓
Example usage ⛓
ifort
compiler ⛓ ifort
compiler ⛓ gfortran
compiler ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
integer(IK), public pm_io::wrap_type::bmsize = 0_IK |
character(:, SK), allocatable, public pm_io::wrap_type::bwfill |
integer(IK), public pm_io::wrap_type::bwsize = 1_IK |
character(:, SK), allocatable, public pm_io::wrap_type::fill |
character(:, SK), allocatable, public pm_io::wrap_type::lwfill |
integer(IK), public pm_io::wrap_type::lwsize = 2_IK |
character(:, SK), allocatable, public pm_io::wrap_type::newline |
character(:, SK), allocatable, public pm_io::wrap_type::rwfill |
integer(IK), public pm_io::wrap_type::rwsize = 2_IK |
logical(LK) pm_io::wrap_type::sticky = .false._LK |
integer(IK), public pm_io::wrap_type::tmsize = 0_IK |
character(:, SK), allocatable, public pm_io::wrap_type::twfill |
integer(IK), public pm_io::wrap_type::twsize = 1_IK |
logical(LK) pm_io::wrap_type::uninit = .true._LK |
integer(IK), public pm_io::wrap_type::unit = output_unit |
integer(IK), public pm_io::wrap_type::width = 96_IK |