![]() |
advgetopt 2.0.47
Parse complex command line arguments and configuration files in C++.
|
The INI file support does not verify that a section name does not itself include more sub-sections. For example, the following would be three section names:
So in effect, the variable named var
ends up in section a
, sub-section b
, and sub-sub-section c
(or section a::b::c
.) Before saving the results in the parameters, all section operators get transformed to the C++ scope (::
) operator, which is why that operator used in any name ends up looking like a section separator.
This document is part of the Snap! Websites Project.
Copyright by Made to Order Software Corp.