somAllocate - Example Code

#include <som.xh>
#<somcls.xh>
main()
{
   SOMClassMgr *cm = somEnvironmentNew();
   /* Use SOMClass's instance allocation method */
   string newRegion =  _SOMClass->somAllocate(20);
}


[Back: somAllocate - Related Methods]
[Next: somAllocate - Topics]