Jump to content

Support class list: Difference between revisions

From NikiWiki
Started list of support classes
(No difference)

Revision as of 13:29, 21 August 2007

<ClassTree title="Support classes (Foundation)">

  • NOMArray: NOMObject:Base class for arrays
    • length(): This method queries the length (or size) of the array
  • NOMPtrArray:NOMArray:An array class holding pointers on data.
  • NOMObjectArray:NOMPtrArray:Array class holding NOM objects. It's possible to set the type of object an array is supposed to hold. When trying to add an object the type is checked and if it's the correct class (or a subclass) it will be accepted.


  • NOMString:NOMObject:A generic string class holding UTF-8 strings.