#include <cstdlib>
#include "EST_unix.h"
#include "EST_String.h"
#include "EST_io_aux.h"
#include "EST_Token.h"
#include "EST_cutils.h"
#include "EST_TList.h"
#include "EST_string_aux.h"
#include "EST_cmd_line.h"
#include "EST_Pathname.h"
#include "EST_Features.h"
#include <iostream>
Go to the source code of this file.
Functions | |
int | init_lib_ops (EST_Option &al, EST_Option &op) |
int | parse_command_line (int argc, char *argv[], const EST_String &usage, EST_StrList &files, EST_Option &al, int make_stdio) |
EST_String | options_general (void) |
void | option_override (EST_Features &op, EST_Option al, const EST_String &option, const EST_String &arg) |
Variables | |
EST_String | est_progname = "ESTtools" |
int init_lib_ops | ( | EST_Option & | al, |
EST_Option & | op | ||
) |
Definition at line 69 of file cmd_line.cc.
int parse_command_line | ( | int | argc, |
char * | argv[], | ||
const EST_String & | usage, | ||
EST_StrList & | files, | ||
EST_Option & | al, | ||
int | make_stdio | ||
) |
Definition at line 101 of file cmd_line.cc.
EST_String options_general | ( | void | ) |
Definition at line 502 of file cmd_line.cc.
void option_override | ( | EST_Features & | op, |
EST_Option | al, | ||
const EST_String & | option, | ||
const EST_String & | arg | ||
) |
Definition at line 511 of file cmd_line.cc.
EST_String est_progname = "ESTtools" |
Definition at line 57 of file cmd_line.cc.