String representation of an archiver object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(archiver_t), | intent(in) | :: | self | Instance of the archiver object | 
Representation as string
pure function debug_archiver(self) result(repr) !> Instance of the archiver object type(archiver_t), intent(in) :: self !> Representation as string character(len=:), allocatable :: repr repr = 'ar="'//self%ar//'"' end function debug_archiver