mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user