This method is invoked automatically by the somBuildClass function after constructing and initializing a class object. The default implementation of this method provided by SOMClass simply registers the newly constructed class with SOMClassMgrObject. Metaclasses can override this method to augment class construction with additional registration protocol.
To have special processing done when a class object is created, you must define a metaclass for the class that overrides this method. The final statement in any overriding method should invoke the parent method to ensure that the class is properly registered with SOMClassMgrObject. Users of the C and C++ implementation bindings for SOM classes should never invoke this method directly; it is invoked automatically during class construction.