#include <fst/flags.h>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <iostream>
#include <ostream>
#include <set>
#include <string>
#include <string_view>
#include <utility>
#include <fst/log.h>
Go to the source code of this file.
|
| DEFINE_int32 (v, 0,"verbosity level") |
|
| DEFINE_bool (help, false,"show usage information") |
|
| DEFINE_bool (helpshort, false,"show brief usage information") |
|
| DEFINE_string (tmpdir, private_tmpdir?private_tmpdir:"/tmp","temporary directory") |
|
void | SetFlags (const char *usage, int *argc, char ***argv, bool remove_flags, const char *src) |
|
void | FailedNewHandler () |
|
void | ShowUsage (bool long_usage) |
|
DEFINE_bool |
( |
help |
, |
|
|
false |
, |
|
|
"show usage information" |
|
|
) |
| |
DEFINE_bool |
( |
helpshort |
, |
|
|
false |
, |
|
|
"show brief usage information" |
|
|
) |
| |
DEFINE_int32 |
( |
v |
, |
|
|
0 |
, |
|
|
"verbosity level" |
|
|
) |
| |
DEFINE_string |
( |
tmpdir |
, |
|
|
private_tmpdir?private_tmpdir:"/tmp" |
, |
|
|
"temporary directory" |
|
|
) |
| |
void FailedNewHandler |
( |
| ) |
|
void SetFlags |
( |
const char * |
usage, |
|
|
int * |
argc, |
|
|
char *** |
argv, |
|
|
bool |
remove_flags, |
|
|
const char * |
src |
|
) |
| |
void ShowUsage |
( |
bool |
long_usage | ) |
|