⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 argumentparser.cpp

📁 最新osg包
💻 CPP
📖 第 1 页 / 共 2 页
字号:
// ***************************************************************************////   Generated automatically by genwrapper.//   Please DO NOT EDIT this file!//// ***************************************************************************#include <osgIntrospection/ReflectionMacros>#include <osgIntrospection/TypedMethodInfo>#include <osgIntrospection/StaticMethodInfo>#include <osgIntrospection/Attributes>#include <osg/ApplicationUsage>#include <osg/ArgumentParser>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifTYPE_NAME_ALIAS(std::map< std::string COMMA  osg::ArgumentParser::ErrorSeverity >, osg::ArgumentParser::ErrorMessageMap)BEGIN_ENUM_REFLECTOR(osg::ArgumentParser::ErrorSeverity)	I_DeclaringFile("osg/ArgumentParser");	I_EnumLabel(osg::ArgumentParser::BENIGN);	I_EnumLabel(osg::ArgumentParser::CRITICAL);END_REFLECTORBEGIN_VALUE_REFLECTOR(osg::ArgumentParser)	I_DeclaringFile("osg/ArgumentParser");	I_Constructor2(IN, int *, argc, IN, char **, argv,	               ____ArgumentParser__int_P1__char_P1P1,	               "",	               "");	I_Method1(void, setApplicationUsage, IN, osg::ApplicationUsage *, usage,	          Properties::NON_VIRTUAL,	          __void__setApplicationUsage__ApplicationUsage_P1,	          "",	          "");	I_Method0(osg::ApplicationUsage *, getApplicationUsage,	          Properties::NON_VIRTUAL,	          __ApplicationUsage_P1__getApplicationUsage,	          "",	          "");	I_Method0(const osg::ApplicationUsage *, getApplicationUsage,	          Properties::NON_VIRTUAL,	          __C5_ApplicationUsage_P1__getApplicationUsage,	          "",	          "");	I_Method0(int &, argc,	          Properties::NON_VIRTUAL,	          __int_R1__argc,	          "Return the argument count. ",	          "");	I_Method0(char **, argv,	          Properties::NON_VIRTUAL,	          __char_P1P1__argv,	          "Return the argument array. ",	          "");	I_Method0(std::string, getApplicationName,	          Properties::NON_VIRTUAL,	          __std_string__getApplicationName,	          "Return the application name, as specified by argv[0]. ",	          "");	I_Method1(int, find, IN, const std::string &, str,	          Properties::NON_VIRTUAL,	          __int__find__C5_std_string_R1,	          "Return the position of an occurrence of a string in the argument list. ",	          "Return -1 if no string is found. ");	I_Method1(bool, isOption, IN, int, pos,	          Properties::NON_VIRTUAL,	          __bool__isOption__int,	          "Return true if the specified parameter is an option in the form of -option or --option. ",	          "");	I_Method1(bool, isString, IN, int, pos,	          Properties::NON_VIRTUAL,	          __bool__isString__int,	          "Return true if the specified parameter is a string not in the form of an option. ",	          "");	I_Method1(bool, isNumber, IN, int, pos,	          Properties::NON_VIRTUAL,	          __bool__isNumber__int,	          "Return true if the specified parameter is a number. ",	          "");	I_Method0(bool, containsOptions,	          Properties::NON_VIRTUAL,	          __bool__containsOptions,	          "",	          "");	I_MethodWithDefaults2(void, remove, IN, int, pos, , IN, int, num, 1,	                      Properties::NON_VIRTUAL,	                      __void__remove__int__int,	                      "Remove one or more arguments from the argv argument list, and decrement the argc respectively. ",	                      "");	I_Method2(bool, match, IN, int, pos, IN, const std::string &, str,	          Properties::NON_VIRTUAL,	          __bool__match__int__C5_std_string_R1,	          "Return true if the specified argument matches the given string. ",	          "");	I_Method1(bool, read, IN, const std::string &, str,	          Properties::NON_VIRTUAL,	          __bool__read__C5_std_string_R1,	          "Search for an occurrence of a string in the argument list. ",	          "If found, remove that occurrence and return true. Otherwise, return false. ");	I_Method2(bool, read, IN, const std::string &, str, IN, osg::ArgumentParser::Parameter, value1,	          Properties::NON_VIRTUAL,	          __bool__read__C5_std_string_R1__Parameter,	          "",	          "");	I_Method3(bool, read, IN, const std::string &, str, IN, osg::ArgumentParser::Parameter, value1, IN, osg::ArgumentParser::Parameter, value2,	          Properties::NON_VIRTUAL,	          __bool__read__C5_std_string_R1__Parameter__Parameter,	          "",	          "");	I_Method4(bool, read, IN, const std::string &, str, IN, osg::ArgumentParser::Parameter, value1, IN, osg::ArgumentParser::Parameter, value2, IN, osg::ArgumentParser::Parameter, value3,	          Properties::NON_VIRTUAL,	          __bool__read__C5_std_string_R1__Parameter__Parameter__Parameter,	          "",	          "");	I_Method5(bool, read, IN, const std::string &, str, IN, osg::ArgumentParser::Parameter, value1, IN, osg::ArgumentParser::Parameter, value2, IN, osg::ArgumentParser::Parameter, value3, IN, osg::ArgumentParser::Parameter, value4,	          Properties::NON_VIRTUAL,	          __bool__read__C5_std_string_R1__Parameter__Parameter__Parameter__Parameter,	          "",	          "");	I_Method6(bool, read, IN, const std::string &, str, IN, osg::ArgumentParser::Parameter, value1, IN, osg::ArgumentParser::Parameter, value2, IN, osg::ArgumentParser::Parameter, value3, IN, osg::ArgumentParser::Parameter, value4, IN, osg::ArgumentParser::Parameter, value5,	          Properties::NON_VIRTUAL,	          __bool__read__C5_std_string_R1__Parameter__Parameter__Parameter__Parameter__Parameter,	          "",	          "");	I_Method7(bool, read, IN, const std::string &, str, IN, osg::ArgumentParser::Parameter, value1, IN, osg::ArgumentParser::Parameter, value2, IN, osg::ArgumentParser::Parameter, value3, IN, osg::ArgumentParser::Parameter, value4, IN, osg::ArgumentParser::Parameter, value5, IN, osg::ArgumentParser::Parameter, value6,	          Properties::NON_VIRTUAL,	          __bool__read__C5_std_string_R1__Parameter__Parameter__Parameter__Parameter__Parameter__Parameter,	          "",	          "");	I_Method8(bool, read, IN, const std::string &, str, IN, osg::ArgumentParser::Parameter, value1, IN, osg::ArgumentParser::Parameter, value2, IN, osg::ArgumentParser::Parameter, value3, IN, osg::ArgumentParser::Parameter, value4, IN, osg::ArgumentParser::Parameter, value5, IN, osg::ArgumentParser::Parameter, value6, IN, osg::ArgumentParser::Parameter, value7,	          Properties::NON_VIRTUAL,	          __bool__read__C5_std_string_R1__Parameter__Parameter__Parameter__Parameter__Parameter__Parameter__Parameter,	          "",	          "");	I_Method9(bool, read, IN, const std::string &, str, IN, osg::ArgumentParser::Parameter, value1, IN, osg::ArgumentParser::Parameter, value2, IN, osg::ArgumentParser::Parameter, value3, IN, osg::ArgumentParser::Parameter, value4, IN, osg::ArgumentParser::Parameter, value5, IN, osg::ArgumentParser::Parameter, value6, IN, osg::ArgumentParser::Parameter, value7, IN, osg::ArgumentParser::Parameter, value8,	          Properties::NON_VIRTUAL,	          __bool__read__C5_std_string_R1__Parameter__Parameter__Parameter__Parameter__Parameter__Parameter__Parameter__Parameter,	          "",	          "");	I_Method2(bool, read, IN, int, pos, IN, const std::string &, str,	          Properties::NON_VIRTUAL,	          __bool__read__int__C5_std_string_R1,	          "If the argument value at the specified position matches the given string, and subsequent parameters are also matched, then set the parameter values, remove the arguments from the list, and return true. ",	          "Otherwise, return false. ");	I_Method3(bool, read, IN, int, pos, IN, const std::string &, str, IN, osg::ArgumentParser::Parameter, value1,	          Properties::NON_VIRTUAL,	          __bool__read__int__C5_std_string_R1__Parameter,	          "",	          "");	I_Method4(bool, read, IN, int, pos, IN, const std::string &, str, IN, osg::ArgumentParser::Parameter, value1, IN, osg::ArgumentParser::Parameter, value2,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -