Bull DPX/20 User's Guide Page 151

  • Download
  • Add to my manuals
  • Print
  • Page
    / 424
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 150
SOM Kernel Reference 1-139
somDumpSelf Method
Purpose
Writes out a detailed description of the receiving object. Intended for use by object clients.
Not generally overridden.
IDL Syntax
void somDumpSelf (in long level);
Note: For backward compatibility, this method does not take an Environment parameter.
Description
The somDumpSelf method performs some initial setup, and then invokes the
somDumpSelfInt method to write a detailed description of the receiver, including its state.
Parameters
receiver A pointer to the object to be dumped.
level The nesting level for describing compound objects. It must be greater than
or equal to 0. All lines in the description will be preceded by “2 * level”
spaces.
Example
See the somDumpSelfInt method.
Original Class
SOMObject
Related Information
Methods: somDumpSelfInt
Page view 150
1 2 ... 146 147 148 149 150 151 152 153 154 155 156 ... 423 424

Comments to this Manuals

No comments