summaryrefslogtreecommitdiffstats
path: root/ini/ini_valueobj.h
Commit message (Collapse)AuthorAgeFilesLines
* Enhancements to value objectDmitri Pal2010-12-211-0/+7
| | | | | | | * Added capability to copy value. * Added function to set alternative wrapping boundary of the value. * Created a unit test for both new functions.
* Fixes to the value objectDmitri Pal2010-09-221-1/+1
| | | | | | | | | | | | * Removed the annoyong type casting in the serialization since there is a new function in the simplebuffer to addstring. * Changed the serialization code to not create simple buffer object but rather add to the passed in one. * Added serialization of the value that stores section * Started cleaning constants but then stopped since this effor should be done a bit later when the new high level ini config interface is better baked.
* Introducing Value objectDmitri Pal2010-09-221-0/+130
Value object is an object that combines a potentially multiline value comment and some statistical information regarding a configuration value. Patch includes: Source Header Unit test Makefile changes