This website requires JavaScript.
Explore
Help
Sign In
External
/
yaml-cpp
Watch
8
Star
0
Fork
0
You've already forked yaml-cpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7ace0e93d2
yaml-cpp
/
include
/
yaml-cpp
/
node
/
detail
History
Jesse Beder
5b32d89222
Fixed compiler error in iterator_base friend forward declaration in node on clang (and I hope MSVC), plus warnings on clang
2012-01-07 01:42:21 -06:00
..
bool_type.h
Added (unspecified-type) bool conversions for Node (new API)
2011-11-13 16:05:42 -06:00
impl.h
Fixed compiler error in iterator_base friend forward declaration in node on clang (and I hope MSVC), plus warnings on clang
2012-01-07 01:42:21 -06:00
iterator_fwd.h
Fixed compiler error in iterator_base friend forward declaration in node on clang (and I hope MSVC), plus warnings on clang
2012-01-07 01:42:21 -06:00
iterator.h
Implemented std::map decode (and fixed bug in the Node iterator - the reference_type should be just a plain value, since it's created on-the-fly)
2011-09-12 00:29:39 -05:00
memory.h
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile
2011-09-10 17:57:23 -05:00
node_data.h
Added tags to Node
2011-09-13 14:00:47 -05:00
node_iterator.h
Set the map iterator to filter over undefined items
2011-09-11 19:44:27 -05:00
node_ref.h
Added tags to Node
2011-09-13 14:00:47 -05:00
node.h
Added tags to Node
2011-09-13 14:00:47 -05:00