Jump to content

Support class list

From NikiWiki
Revision as of 13:29, 21 August 2007 by Cinc (talk | contribs) (Started list of support classes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<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.