This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
archived-yaml-cpp
Watch
1
Star
0
Fork
0
You've already forked archived-yaml-cpp
mirror of
https://github.com/RPCS3/yaml-cpp.git
synced
2026-01-31 01:25:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8dcd96dbd2cd240fa481fbfa17533e8c5ba29531
archived-yaml-cpp
/
include
/
yaml-cpp
/
node
/
detail
History
beder
8dcd96dbd2
Added tags to Node
2011-09-13 14:00:47 -05:00
..
impl.h
Added a convert<> specialization for YAML::_Null (so you can say node[YAML::Null])
2011-09-13 02:03:56 -05:00
iterator_fwd.h
Start of moving Value -> Node and Node -> old API Node (with a #define toggle)
2011-09-10 17:18:15 -05: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