#include <iostream>
#include <string>
#include "saga-file.hpp"
#include <cstdlib>
#include <cstring>
#include <boost/lexical_cast.hpp>
Functions | |
void | printUsage () |
void | ExitIfArgcLessThan (int n) |
int | main (int argc, char *argv[]) |
Variables | |
static int | argc_ |
void printUsage | ( | ) |
void ExitIfArgcLessThan | ( | int | n | ) |
References argc_, and printUsage().
int main | ( | int | argc, | |
char * | argv[] | |||
) |
References argc_, ExitIfArgcLessThan(), file_cat(), file_copy(), file_move(), file_remove(), list_dir(), printUsage(), run_benchmarks(), and run_test().
int argc_ [static] |