|
xrootd
|
Args parse for XrdClReplay. More...
#include <XrdClReplayArgs.hh>
Public Member Functions | |
| ReplayArgs (int argc, char *argv[]) | |
| void | usage () |
| bool | longformat () |
| bool | summary () |
| bool | print () |
| bool | create () |
| bool | truncate () |
| bool | json () |
| bool | suppress_error () |
| bool | verify () |
| double | speed () |
| std::vector< std::string > & | regex () |
| std::string & | path () |
Private Attributes | |
| bool | option_long |
| bool | option_summary |
| bool | option_print |
| bool | option_create |
| bool | option_truncate |
| bool | option_json |
| bool | option_suppress_error |
| bool | option_verify |
| double | option_speed |
| std::vector< std::string > | option_regex |
| std::string | _path |
Args parse for XrdClReplay.
|
inline |
References _path, option_create, option_json, option_long, option_print, option_regex, option_speed, option_summary, option_suppress_error, option_truncate, option_verify, and usage().
|
inline |
References option_create.
|
inline |
References option_json.
|
inline |
References option_long.
|
inline |
References _path.
|
inline |
References option_print.
|
inline |
References option_regex.
|
inline |
References option_speed.
|
inline |
References option_summary.
|
inline |
References option_suppress_error.
|
inline |
References option_truncate.
|
inline |
Referenced by ReplayArgs().
|
inline |
References option_verify.
|
private |
Referenced by path(), and ReplayArgs().
|
private |
Referenced by create(), and ReplayArgs().
|
private |
Referenced by json(), and ReplayArgs().
|
private |
Referenced by longformat(), and ReplayArgs().
|
private |
Referenced by print(), and ReplayArgs().
|
private |
Referenced by regex(), and ReplayArgs().
|
private |
Referenced by ReplayArgs(), and speed().
|
private |
Referenced by ReplayArgs(), and summary().
|
private |
Referenced by ReplayArgs(), and suppress_error().
|
private |
Referenced by ReplayArgs(), and truncate().
|
private |
Referenced by ReplayArgs(), and verify().
1.8.5