Bull DPX/20 User Manual Page 15

  • Download
  • Add to my manuals
  • Print
  • Page
    / 61
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 14
2-3
SOM Kernel Quick Reference
somMethodPtr somParentNumResolve (
somMethodTabs parentMtabs,
int parentNum,
somMToken mToken);
Obtains a pointer to a procedure that implements the static method identified by mToken. Used by C and C++
implementation bindings to support parent method calls for multiple-inheritance classes.
somMethodPtr somParentResolve ( somMethodTabs parentMtab,
somMToken mToken);
Obtains a pointer to the procedure that implements the static method identified by mToken. Used by old binaries to
support parent method calls for single inheritance classes.
void somPrefixLevel (long level);
Outputs blanks to prefix a line at the indicated level.
long somPrintf (string fmt, ...);
Prints a formatted string in the manner of the C printf function.
int somRegisterId (somId id);
Registers a SOM ID and determines whether or not it was previously registered.
somMethodPtr somResolve (
SOMObject objPtr,
somMToken mToken);
Obtains a pointer to the procedure that implements the static method identified by mToken for a particular SOM
object.
somMethodPtr somResolveByName ( SOMObject objref,
string methodName);
Obtains a pointer to the procedure that implements a (static or dynamic) method for a particular SOM object.
void somSetException (
Environment *ev,
enum exception_type major,
string exceptionName,
somToken params);
Sets an exception value in an Environment structure.
void somSetExpectedIds (
unsigned long numIds);
Tells SOM how many unique SOM IDs a client program expects to use.
void somSetOutChar (
somTD_SOMOutCharRoutine * outCharRtn);
Changes the behavior of the somPrintf function.
string somStringFromId (somId id);
Returns the string that a SOM ID represents.
unsigned long somTotalRegIds ();
Returns the total number of SOM IDs that have been registered.
Page view 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 60 61

Comments to this Manuals

No comments