Utilities
[InExIn]


Detailed Description

Very basic help classes.

Several help classes were ripped from The Nebula Device 2 engine and they were renamed so the utils can be used in AI library with or without TND2 engine.


Classes

class  AI_Array< TYPE >
 A dynamic array template class, similar to the stl vector class. More...
class  AI_List
 Implement a doubly linked list. More...
class  AI_Node
 Implement a node in a doubly linked list. More...
class  AI_Ref< TYPE >
class  AI_Referenced