8e85a398d60e820f96351c8e38bafbacb324b9ad
now we have a pointer to FunData struct by default the pointer is null you can create an object of a class derived from FunData an set the pointer to the object those pointers will be kept on the [for] stack and will be auto removed (not finished yet -- need some testing) added: to FunInfo<>:: bool is_if; bool is_is; bool is_normal; bool is_filter; removed: from FunInfo<>: bool is_for_first_iter; changed: in FunInfo<>: int iter -> size_t iter now it indicates the number of a current iteration for the [for] statement for other statements than [for] this is always zero (the same old behaviour as before revision 331) added: in FunInfo<>: size_t last_iter it indicates the number of a previous [for] iteration for a [for] it returns not the current iterator but a value from a previous [for] git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@391 e52654a7-88a9-db11-a3e9-0013d4bc506e
Description
A templating engine for C++ applications.
Languages
C++
95.5%
Shell
2.1%
C
1.9%
Makefile
0.5%