Class Tree for: Support classes (Foundation)
↑
Class List for: Support classes (Foundation)
NOMArray
Description: Base class for arrays
Implemented methods: NOMArray::first() NOMArray::last() NOMArray::length()
↑
NOMPtrArray
Description: An array class holding pointers on data.
Implemented methods: NOMPtrArray::append(gpointer* pItem) NOMPtrArray::nomInit()
Inherited methods: NOMArray::first() NOMArray::last() NOMArray::length()
↑
NOMObjectArray
Description: 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.
Inherited methods: NOMArray::first() NOMArray::last() NOMArray::length() NOMPtrArray::append(gpointer* pItem) NOMPtrArray::nomInit()
↑
NOMString
Description: A generic string class holding UTF-8 strings.
Implemented methods: NOMString::NOMString* append(NOMString *nomString) NOMString::NOMString* assign(NOMString *nomString) NOMString::NOMString* prepend(NOMString *nomString) NOMString::NOMString* truncate(ulong ulNewLen) NOMString::ulong length()
↑
NOMPath
Description: This class adds methods for dealing with paths like striping parts, adding separators.
Implemented methods: NOMPath::NOMPath* appendPath(NOMPAth* nomPath) NOMPath::NOMPath* appendSeparator() NOMPath::NOMPath* erasePathBegin() NOMPath::NOMPath* getPathBegin() NOMPath::NOMPath* queryRoot() NOMPath::NOMPath* stripSeparator() NOMPath::boolean queryPathIsAbsolute()
Inherited methods: NOMString::NOMString* append(NOMString *nomString) NOMString::NOMString* assign(NOMString *nomString) NOMString::NOMString* prepend(NOMString *nomString) NOMString::NOMString* truncate(ulong ulNewLen) NOMString::ulong length()
↑
MediaWiki extension NetlabsClassTree
|