g4tools  5.4.0
sargs
Go to the documentation of this file.
1 // Copyright (C) 2010, Guy Barrand. All rights reserved.
2 // See the file tools.license for terms.
3 
4 #ifndef tools_sargs
5 #define tools_sargs
6 
7 #include "S_STRING"
8 
9 namespace tools {
10 
11 TOOLS_GLOBAL_STRING_VALUE(arg_verbose,-verbose)
13 TOOLS_GLOBAL_STRING_VALUE(arg_help,-help)
15 
16 TOOLS_GLOBAL_STRING_VALUE(arg_host,-host)
17 TOOLS_GLOBAL_STRING_VALUE(arg_port,-port)
18 TOOLS_GLOBAL_STRING_VALUE(arg_can_shutdown,-can_shutdown)
19 
20 TOOLS_GLOBAL_STRING_VALUE(arg_land,-land)
21 TOOLS_GLOBAL_STRING_VALUE(arg_document,-document)
22 TOOLS_GLOBAL_STRING_VALUE(arg_orders,-orders)
23 
24 TOOLS_GLOBAL_STRING_VALUE(arg_black,-black)
25 TOOLS_GLOBAL_STRING_VALUE(arg_full_screen,-full_screen)
26 TOOLS_GLOBAL_STRING_VALUE(arg_no_decos,-no_decos)
27 TOOLS_GLOBAL_STRING_VALUE(arg_solid,-solid)
28 TOOLS_GLOBAL_STRING_VALUE(arg_monitor,-monitor)
29 TOOLS_GLOBAL_STRING_VALUE(arg_monitors,-monitors)
30 TOOLS_GLOBAL_STRING_VALUE(arg_terminal,-terminal)
31 TOOLS_GLOBAL_STRING_VALUE(arg_arg0,-arg0)
32 
33 }
34 
35 #endif
TOOLS_GLOBAL_STRING_VALUE
#define TOOLS_GLOBAL_STRING_VALUE(a_name, a_value)
Definition: S_STRING:35
tools::version
unsigned int version()
Definition: version:14
tools
inlined C code : ///////////////////////////////////
Definition: aida_ntuple:26
S_STRING