Data Types
Modules | |
| Smart Pointers | |
| Math Data Types | |
Classes | |
| class | nArray< TYPE > |
| A dynamic array template class, similar to the stl vector class. More... | |
| class | nArray2< TYPE > |
| Fixed size two-dimensional array. More... | |
| class | nBitStream |
| A bitstream codec class. More... | |
| class | nBucket< TYPE, NUMBUCKETS > |
| A bucket contains a fixed-size array of nArray objects, each initialized with a size of 0, and a grow size. Handy for bucket sorts. More... | |
| class | nEditLine |
| A line edit object. More... | |
| class | nFixedArray< TYPE > |
| A fixed size, bounds checked array. More... | |
| class | nHashList |
| A doubly linked list of named nodes with fast hashtable based search. More... | |
| class | nHashNode |
| A node element in a nHashList. More... | |
| class | nHashTable |
| Implements a simple string hash table. More... | |
| class | nIpolKeyArray< TYPE > |
| An Array for interpolation between keys, used by the animators for a linear interpolation the data type. More... | |
| class | nKeyArray< TYPE > |
| Implements growable array of key-pointer pairs. The array is kept sorted for fast bsearch() by key. More... | |
| class | nLineBuffer |
| A ring buffer for strings. More... | |
| class | nList |
| Implement a doubly linked list. More... | |
| class | nMsgNode |
| A doubly linked list node which can carry a msg. More... | |
| class | nNode |
| Implement a node in a doubly linked list. More... | |
| class | nPriorityArray< TYPE > |
| A fixed size priority array. Elements are associated with a priority. More... | |
| class | nRingBuffer< TYPE > |
| A ring buffer class. More... | |
| class | nStack< TYPE > |
| A stack template class. More... | |
| class | nString |
| A simple Nebula string class. More... | |
| class | nStrList |
| A doubly linked list for named nodes with slow linear search. More... | |
| class | nStrNode |
| A node in a nStrList. More... | |
| class | nThreadVariable< TYPE > |
| A thread safe variable of any type. Protects assignments with a mutex. More... | |