| Did you know ... | Search Documentation: |
| object<-print_name |
<-print_name
is intended to convert an object into a textual representation. It
serves two purposes:
->format<-print_name_of_value.
This method is redefined by various subclasses. object<-print_name
itself performs the following steps:<-name and
the return value can be converted into a char_array
object, return this converted value.<-selection
into a textual format. It attempts the following conversions:
<-print_nametype(char_array) text_item<-check
(calling char_array<-convert).pretty printing format used by the debugger.
@see text_item-type