No description
- C++ 71.3%
- HTML 18.2%
- CMake 5.6%
- Python 1.1%
- JavaScript 1%
- Other 2.8%
allow the nice constructs I had imagined (and compiled with g++) - I removed the createParam method in Parser class - that was creating the parameters on the heap. Not allowed to have a templatized method ??? - I removed the subroutine read_param in SecondBitEA, as you need to create permanent parameters (eoParser only holds references), and egcs did not allow to create them by reference, i.e. in the line eoValueParam<xxx> & blablaParam(...); So now everything is done in the main_function, and 3 lines are needed to create and read every paramter (sigh ...) |
||
|---|---|---|
| CVSROOT | ||
| eo | ||