Inspector_Write
A writer produces textual representations of SAL objects.
Implementations:
- Inspector_Out_File
Writes to a C file.
Constructor args: file pointer.
- Inspector_Out_String
Writes to a C string.
Constructor args: string.
- Inspector_Out_Tk_Text
Writes to a special Tk window.
Constructor args: UI_Tk, window name.
Secondary operations:
- << *
C++ stream-style wrapper for inspect method
for *.