mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Changed the way we read different types of scalars.
It's better organized now, I think - nodes only offer a single main way of getting the fundamental scalar (as a string), and now we can specialize a single template to read specific types.
This commit is contained in:
@@ -175,6 +175,10 @@
|
||||
RelativePath=".\src\content.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\conversion.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\iterator.cpp"
|
||||
>
|
||||
@@ -290,13 +294,17 @@
|
||||
Name="Representation"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\include\alias.h"
|
||||
RelativePath=".\src\alias.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\content.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\conversion.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\iterator.h"
|
||||
>
|
||||
|
Reference in New Issue
Block a user