[program_options] Custom storage
Is there a way to add a different storage for program options (different from available: command line, configuration file, environmental variables)? I would like to use this library (or at least try to) however I must store configuration in Windows Registry. Is it possible now? Will it ever be (as it seems to me that it is not possible now)? Adam Badura
Hey, you should take a look at the property-tree library. It's in the boost cvs right now and will be released along with one of the next versions of boost. Hope this helps. Sebastian On Wed, 2007-12-19 at 09:57 +0100, Adam Badura wrote:
Is there a way to add a different storage for program options (different from available: command line, configuration file, environmental variables)? I would like to use this library (or at least try to) however I must store configuration in Windows Registry. Is it possible now? Will it ever be (as it seems to me that it is not possible now)?
Adam Badura
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Adam Badura
-
Sebastian Weber