(C++) boost::property\_tree
February 24, 2017 · View on GitHub
(C++) boost::property_tree
boost::property_tree is a data type that can be used to parse XML.
Examples
- boost::property_tree example 1: read and write
- boost::property_tree example 2: read and write and display
- boost::property_tree example 3: a more complex data type
- boost::property_tree example 4: an even more complex data type
- boost::property_tree example 5: data type with a std::vector