📄 plstafcommandparser.h
字号:
/*****************************************************************************//* Software Testing Automation Framework (STAF) *//* (C) Copyright IBM Corp. 2004 *//* *//* This software is licensed under the Common Public License (CPL) V1.0. *//*****************************************************************************/#ifndef STAF_PLSTAFCommandParser#define STAF_PLSTAFCommandParserXS(XS_STAFCommandParser_new); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParser_DESTROY); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParser_addOption); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParser_addOptionGroup); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParser_addOptionNeed); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParser_parseRequest); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParseResultPtr_rc); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParseResultPtr_errorBuffer); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParseResultPtr_DESTROY); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParseResultPtr_optionTimes); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParseResultPtr_optionValue); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParseResultPtr_numInstances); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParseResultPtr_instanceName); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParseResultPtr_instanceValue); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParseResultPtr_numArgs); /* prototype to pass -Wmissing-prototypes */XS(XS_STAFCommandParseResultPtr_arg); /* prototype to pass -Wmissing-prototypes */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -