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:
Jesse Beder
2009-05-23 23:51:01 +00:00
parent b952bc594f
commit e76521c0e9
12 changed files with 158 additions and 270 deletions

View File

@@ -4,6 +4,7 @@ project (YAML_CPP)
set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)
set(PUB_HDR
include/conversion.h
include/crt.h
include/emitter.h
include/emittermanip.h
@@ -41,6 +42,7 @@ set(PVT_HDR
set(SRC
src/alias.cpp
src/content.cpp
src/conversion.cpp
src/emitter.cpp
src/emitterstate.cpp
src/emitterutils.cpp