Go to the documentation of this file.
20 #ifndef _CODEPARSERS_HXX_
21 #define _CODEPARSERS_HXX_
39 std::string element(el);
49 std::string element(el);
53 virtual void code (
const std::string& s)
81 for (
int i = 0; attr[
i];
i += 2)
83 if(std::string(attr[
i]) ==
"name")
name(attr[i+1]);