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

Improve suggestions for Svar #26

Open
zdzhaoyong opened this issue Oct 29, 2018 · 1 comment
Open

Improve suggestions for Svar #26

zdzhaoyong opened this issue Oct 29, 2018 · 1 comment

Comments

@zdzhaoyong
Copy link
Owner

Svar should improve on the following directions:

  • Now a thread safe Svar or SvarWithType is nocopyable since mutex are used, the implementation can be wrapped so that it could be copyable and a clone function is suggested.
  • The Svar should better support XML,JSON,YAML formats load and save, as three of them all support tree like data structure. The GetChild,GetChildren are suppose to be added.
@zdzhaoyong
Copy link
Owner Author

Now the Svar is copyable and children things are added.

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

No branches or pull requests

1 participant