Variables | |
| tuple | deffile = open("builder_data.def") |
| tuple | hppfile = open("builder_data.hpp","w") |
| tuple | line = string.strip(deffile.readline()) |
| tuple | items = string.split(line, ' ') |
| list | name = items[0] |
| string | str = " /// Type definition\n" |
| string | constructor = "" |
| string | initlist = "" |
| string | vars = "" |
| tuple | vardef = string.split(var, ':') |
| list | varname = vardef[0] |
| list | vartype = vardef[1] |
| string | vartype = "const string &" |
| list | vartype = vardef[1] |
string gen_builder::constructor = "" [static] |
tuple gen_builder::deffile = open("builder_data.def") [static] |
tuple gen_builder::hppfile = open("builder_data.hpp","w") [static] |
string gen_builder::initlist = "" [static] |
tuple gen_builder::items = string.split(line, ' ') [static] |
tuple gen_builder::line = string.strip(deffile.readline()) [static] |
list gen_builder::name = items[0] [static] |
string gen_builder::str = " /// Type definition\n" [static] |
tuple gen_builder::vardef = string.split(var, ':') [static] |
list gen_builder::varname = vardef[0] [static] |
string gen_builder::vars = "" [static] |
list gen_builder::vartype = vardef[1] [static] |
string gen_builder::vartype = "const string &" [static] |
list gen_builder::vartype = vardef[1] [static] |
1.5.1