inih icon indicating copy to clipboard operation
inih copied to clipboard

[Load All Sections]

Open BrigadaMare opened this issue 5 years ago • 1 comments

Hi, is there any way to load all sections into an array ?

BrigadaMare avatar Feb 10 '20 10:02 BrigadaMare

You get a set of the sections via

std::set<std::string> sections = reader.Sections()

You can convert that into any other data structure that you find convenient.

But I'm not sure what you mean exactly.

jtilly avatar Feb 11 '20 21:02 jtilly