#include "commandline.hpp"
#include "log.h"
#include <iostream>
#include <string>
Include dependency graph for commandline.cpp:
Go to the source code of this file.
Functions | |
void | init () |
void | usage () |
commandline -- some utility methods for fim commandline tools. | |
int | process_arguments (int argc, char *argv[], counter_t &min_supp, bool &isrel, double &relminsupp) |
int | process_arguments (int argc, char *argv[], counter_t &min_supp) |
Variables | |
std::string | file_format |
Some utility functions for the commandline tools. |
|
Definition at line 14 of file commandline.cpp. References file_format. Referenced by main(). |
|
Definition at line 74 of file commandline.cpp. |
|
Definition at line 44 of file commandline.cpp. Referenced by main(). |
|
commandline -- some utility methods for fim commandline tools.
Definition at line 25 of file commandline.cpp. Referenced by main(), parseparams(), and process_arguments(). |
|
Some utility functions for the commandline tools.
Definition at line 11 of file commandline.cpp. |