|
DDS
ver. 1.6
|
#include "UserDefaults.h"#include "version.h"#include <boost/program_options/cmdline.hpp>#include <boost/program_options/options_description.hpp>#include <boost/program_options/parsers.hpp>#include <fstream>#include <iostream>#include <string>#include "BOOSTHelper.h"#include "Res.h"#include "SysHelper.h"Functions | |
| void | printVersion () |
| bool | parseCmdLine (int _Argc, char *_Argv[], bool *_verbose) throw (exception) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| bool parseCmdLine | ( | int | _Argc, |
| char * | _Argv[], | ||
| bool * | _verbose | ||
| ) | |||
| throw | ( | exception | |
| ) | |||
| void printVersion | ( | ) |
1.8.13