#include <iostream>#include <fstream>#include "../general/util.h"#include "../general/general.h"#include "../general/arguments.h"#include "record.h"#include <sys/types.h>#include <sys/stat.h>Classes | |
| class | generator |
| struct | relation |
Defines | |
| #define | arg_sig(t, a, s) |
Functions | |
| bool | is_file (string f) |
| string | upper (string s) |
| string | get_ftype (const field *f) |
| string | get_finit (const field *f) |
| string | up_name (const string n) |
| string | up_name (const field *f) |
| string | up_name (const record *r) |
| string | word () |
| string | get_type (string *parm) |
| bool | match (const string m) |
| int | main (int argc, char *argv[]) |
Variables | |
| record | crecord |
| field | cfield |
| string | line = "" |
| string | recname = "" |
| string | fldname = "" |
| string | type = "" |
| string | parm = "" |
| #define arg_sig | ( | t, | |||
| a, | |||||
| s | ) |
Value:
{sigc::signal<void, std::string> s##_signal; \
s##_signal.connect(sigc::mem_fun(gen, &generator::s)); \
arg_add(t, "", "", a, s##_signal);}
| string get_finit | ( | const field * | f | ) |
| string get_ftype | ( | const field * | f | ) |
| string get_type | ( | string * | parm | ) |
| bool is_file | ( | string | f | ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| bool match | ( | const string | m | ) |
| string up_name | ( | const record * | r | ) |
| string up_name | ( | const field * | f | ) |
| string up_name | ( | const string | n | ) |
| string upper | ( | string | s | ) |
| string word | ( | ) |
| string fldname = "" |
| string line = "" |
| string parm = "" |
| string recname = "" |
| string type = "" |
Generated on Tue Jan 1 17:30:01 2008 for generator/generator.cc File Reference by
Visit the project page on