|  | WORM 0.2 A C++ DAL/ORM code generation framework | 
#include "sql/wsqldatabase.h"#include "orm/wormclassgenerator.h"#include <iostream>#include <getopt.h>#include <dirent.h>Go to the source code of this file.
| Defines | |
| #define | PACKAGE "wormgen" | 
| #define | VERSION "0.2" | 
| #define | DEFAULT_TPL_DIR "/usr/local/share/worm" | 
| Functions | |
| void | print_help (int exval) | 
| WSql::DriverType | getDriver (const std::string drivername) | 
| int | main (int argc, char **argv) | 
| #define DEFAULT_TPL_DIR "/usr/local/share/worm" | 
Definition at line 29 of file wormgen.cpp.
| #define PACKAGE "wormgen" | 
Definition at line 26 of file wormgen.cpp.
| #define VERSION "0.2" | 
Definition at line 27 of file wormgen.cpp.
| WSql::DriverType getDriver | ( | const std::string | drivername | ) | 
Definition at line 50 of file wormgen.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 60 of file wormgen.cpp.
| void print_help | ( | int | exval | ) | 
Definition at line 31 of file wormgen.cpp.
 1.7.3
 1.7.3