$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [property_tree] number of sections in an inifile
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2012-03-22 10:48:49
Hi:
If I have defined:
boost::property_tree::ptree IniTree;
What is the correct way to determine how many sections there are in an ini file. Should I use count, max_size, m_children or size?
Any help appreciated.
Cheers
Sean.