| changeset 0 | 6f7a81934006 |
| -1:000000000000 | 0:6f7a81934006 |
|---|---|
1 #include "configio.h" |
|
2 #include <limits.h> |
|
3 |
|
4 static %TYPE% default_%NAME%(%DEFAULT%); |
|
5 static const mystring filename_%NAME% = "%FILENAME%"; |
|
6 %TYPE% configuration::%NAME%() const { |
|
7 return read_%EXT%(filename_%NAME%, |
|
8 default_%NAME%, |
|
9 (config_cache<%TYPE%>&)%NAME%_cache); |
|
10 } |