yaml-cpp/include/yaml-cpp/node/detail
2011-09-12 22:03:11 -05:00
..
impl.h Added mutable operator[] for integral types (you can only grow the sequence if you specify the *next* element) 2011-09-11 22:51:49 -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 Started specialization for operator[] for integers 2011-09-11 21:32: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 Switched the node_ref to *always* create its data (since now the Node itself doesn't always create itself) 2011-09-12 22:03:11 -05:00
node.h Added dependency management (to cause nodes to become defined if their children do) 2011-09-11 15:59:53 -05:00