Files
geant4/source/analysis/g4tools/include/tools/sargs
T
2016-12-09 12:35:28 +01:00

31 lines
806 B
Plaintext

// Copyright (C) 2010, Guy Barrand. All rights reserved.
// See the file tools.license for terms.
#ifndef tools_sargs
#define tools_sargs
#include "S_STRING"
namespace tools {
TOOLS_GLOBAL_STRING_VALUE(arg_verbose,-verbose)
TOOLS_GLOBAL_STRING_VALUE(arg_help,-help)
TOOLS_GLOBAL_STRING_VALUE(arg_version,-version)
TOOLS_GLOBAL_STRING_VALUE(arg_host,-host)
TOOLS_GLOBAL_STRING_VALUE(arg_port,-port)
TOOLS_GLOBAL_STRING_VALUE(arg_can_shutdown,-can_shutdown)
TOOLS_GLOBAL_STRING_VALUE(arg_land,-land)
TOOLS_GLOBAL_STRING_VALUE(arg_document,-document)
TOOLS_GLOBAL_STRING_VALUE(arg_orders,-orders)
TOOLS_GLOBAL_STRING_VALUE(arg_black,-black)
TOOLS_GLOBAL_STRING_VALUE(arg_full_screen,-full_screen)
TOOLS_GLOBAL_STRING_VALUE(arg_no_decos,-no_decos)
TOOLS_GLOBAL_STRING_VALUE(arg_solid,-solid)
}
#endif