-
Notifications
You must be signed in to change notification settings - Fork 57
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
Some basic examples needed #63
Comments
The unwrapped method returns the value stored in a config_value as a C++ type, in this case a What you do with these values is up to you. The best approach is probably to define a If you need to manipulate We definitely plan to get some proper examples written up soon. We are just at the point where we are going to start using this project internally, and as part of that process we will be cleaning up the documentation and public API, as well as fleshing out some examples. |
I basic tutorial on using |
Thank you both for the explanations (I just saw this). I'm successfully using the library as-is, and I look forward to the merge of the pending pull requests. |
In the way of documentation, here is what I have to do to build cpp-hocon on CentOS 7 with a local Boost 1.61 without touching any system directories.:
|
Thanks for the work on this library. I really need a few examples of the API in use. The unit tests aren't much help, and the Doxygen doesn't show any usage examples.
For instance, what's
unwrapped
mean? And am I supposed to just downcastconfig_value
to the proper type in a bigswitch
?The text was updated successfully, but these errors were encountered: