Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Load All Sections] #19

Open
BrigadaMare opened this issue Feb 10, 2020 · 1 comment
Open

[Load All Sections] #19

BrigadaMare opened this issue Feb 10, 2020 · 1 comment

Comments

@BrigadaMare
Copy link

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

@jtilly
Copy link
Owner

jtilly commented Feb 11, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants