authenticationmap.cpp

来自「最新osg包」· C++ 代码 · 共 63 行

CPP
63
字号
// ***************************************************************************////   Generated automatically by genwrapper.//   Please DO NOT EDIT this file!//// ***************************************************************************#include <osgIntrospection/ReflectionMacros>#include <osgIntrospection/TypedMethodInfo>#include <osgIntrospection/StaticMethodInfo>#include <osgIntrospection/Attributes>#include <osgDB/AuthenticationMap>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifBEGIN_ENUM_REFLECTOR(osgDB::AuthenticationDetails::HttpAuthentication)	I_DeclaringFile("osgDB/AuthenticationMap");	I_EnumLabel(osgDB::AuthenticationDetails::BASIC);	I_EnumLabel(osgDB::AuthenticationDetails::DIGEST);	I_EnumLabel(osgDB::AuthenticationDetails::NTLM);	I_EnumLabel(osgDB::AuthenticationDetails::GSSNegotiate);	I_EnumLabel(osgDB::AuthenticationDetails::ANY);	I_EnumLabel(osgDB::AuthenticationDetails::ANYSAFE);END_REFLECTORBEGIN_OBJECT_REFLECTOR(osgDB::AuthenticationDetails)	I_DeclaringFile("osgDB/AuthenticationMap");	I_BaseType(osg::Referenced);	I_ConstructorWithDefaults3(IN, const std::string &, u, , IN, const std::string &, p, , IN, osgDB::AuthenticationDetails::HttpAuthentication, auth, osgDB::AuthenticationDetails::BASIC,	                           ____AuthenticationDetails__C5_std_string_R1__C5_std_string_R1__HttpAuthentication,	                           "",	                           "");	I_PublicMemberProperty(std::string, username);	I_PublicMemberProperty(std::string, password);	I_PublicMemberProperty(osgDB::AuthenticationDetails::HttpAuthentication, httpAuthentication);END_REFLECTORBEGIN_OBJECT_REFLECTOR(osgDB::AuthenticationMap)	I_DeclaringFile("osgDB/AuthenticationMap");	I_BaseType(osg::Referenced);	I_Constructor0(____AuthenticationMap,	               "",	               "");	I_Method2(void, addAuthenticationDetails, IN, const std::string &, path, IN, osgDB::AuthenticationDetails *, details,	          Properties::VIRTUAL,	          __void__addAuthenticationDetails__C5_std_string_R1__AuthenticationDetails_P1,	          "",	          "");	I_Method1(const osgDB::AuthenticationDetails *, getAuthenticationDetails, IN, const std::string &, path,	          Properties::VIRTUAL,	          __C5_AuthenticationDetails_P1__getAuthenticationDetails__C5_std_string_R1,	          "",	          "");END_REFLECTOR

⌨️ 快捷键说明

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