
6 May
2007
6 May
'07
9:08 a.m.
Thorsten Ottosen skrev:
Some comments:
1. call the class template_document or something similarly readable
2. see if it is possible to describe a minimal "tree" concept s.t. you can make the class work with other trees than property-tree. (it might be that you only need a small subset of the property-tree operations).
3. Get rid of all hard-coding of std::string. The charactor type may be found from the string type. List the few string operations that are rally needed, and consider provided a traits class. -Thorsten