Switched the Iterator implementation to a dedicated helper class (to hide the specific implementation, since it's pretty messy and may change).

This commit is contained in:
beder
2008-07-21 02:54:39 +00:00
parent 557f81e622
commit 57255a9898
10 changed files with 143 additions and 68 deletions

View File

@@ -175,6 +175,10 @@
RelativePath=".\src\iterator.cpp"
>
</File>
<File
RelativePath=".\src\iterpriv.cpp"
>
</File>
<File
RelativePath=".\src\map.cpp"
>
@@ -262,7 +266,15 @@
>
</File>
<File
RelativePath=".\include\ltnode.h"
RelativePath=".\include\iterator.h"
>
</File>
<File
RelativePath=".\src\iterpriv.h"
>
</File>
<File
RelativePath=".\src\ltnode.h"
>
</File>
<File