ecere/containers: Iterator::Index() now returning false when creating new entry
authorJerome St-Louis <jerome@ecere.com>
Thu, 7 Aug 2014 01:06:54 +0000 (21:06 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 7 Aug 2014 01:38:01 +0000 (21:38 -0400)
- Added GetAtPosition() implementation to CustomAVLTree
- Defining index type of CustomAVLTree to be the key type
   (Iterators for CustomAVLTree/AVLTree must now be declared as Iterator<KeyType, KeyType>)
- Added a 'justAdded' return parameter to Container::GetAtPosition()


No differences found