The SOMClassInitFuncName function has the following signature:
string (*SOMClassInitFuncName) ( );
This function returns the name of the function that will initialize (create class objects for) all of the classes that are packaged together in a single class library. (This function name applies to all class libraries loaded by the SOMClassMgrObject.) The SOM-supplied version of SOMClassInitFuncName returns the string " SOMInitModule". The interface to the library initialization function is described under the topic "Creating a SOM Class Library" earlier in this chapter.