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

📄 block.cpp

📁 最新osg包
💻 CPP
字号:
// ***************************************************************************////   Generated automatically by genwrapper.//   Please DO NOT EDIT this file!//// ***************************************************************************#include <osgIntrospection/ReflectionMacros>#include <osgIntrospection/TypedMethodInfo>#include <osgIntrospection/StaticMethodInfo>#include <osgIntrospection/Attributes>#include <OpenThreads/Block>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifBEGIN_OBJECT_REFLECTOR(OpenThreads::Block)	I_DeclaringFile("OpenThreads/Block");	I_Constructor0(____Block,	               "",	               "");	I_Method0(bool, block,	          Properties::NON_VIRTUAL,	          __bool__block,	          "",	          "");	I_Method1(bool, block, IN, unsigned long, timeout,	          Properties::NON_VIRTUAL,	          __bool__block__unsigned_long,	          "",	          "");	I_Method0(void, release,	          Properties::NON_VIRTUAL,	          __void__release,	          "",	          "");	I_Method0(void, reset,	          Properties::NON_VIRTUAL,	          __void__reset,	          "",	          "");	I_Method1(void, set, IN, bool, doRelease,	          Properties::NON_VIRTUAL,	          __void__set__bool,	          "",	          "");END_REFLECTORBEGIN_OBJECT_REFLECTOR(OpenThreads::BlockCount)	I_DeclaringFile("OpenThreads/Block");	I_Constructor1(IN, unsigned int, blockCount,	               Properties::NON_EXPLICIT,	               ____BlockCount__unsigned_int,	               "",	               "");	I_Method0(void, completed,	          Properties::NON_VIRTUAL,	          __void__completed,	          "",	          "");	I_Method0(void, block,	          Properties::NON_VIRTUAL,	          __void__block,	          "",	          "");	I_Method0(void, reset,	          Properties::NON_VIRTUAL,	          __void__reset,	          "",	          "");	I_Method0(void, release,	          Properties::NON_VIRTUAL,	          __void__release,	          "",	          "");	I_Method1(void, setBlockCount, IN, unsigned int, blockCount,	          Properties::NON_VIRTUAL,	          __void__setBlockCount__unsigned_int,	          "",	          "");	I_Method0(unsigned int, getBlockCount,	          Properties::NON_VIRTUAL,	          __unsigned_int__getBlockCount,	          "",	          "");	I_Method0(unsigned int, getCurrentCount,	          Properties::NON_VIRTUAL,	          __unsigned_int__getCurrentCount,	          "",	          "");	I_SimpleProperty(unsigned int, BlockCount, 	                 __unsigned_int__getBlockCount, 	                 __void__setBlockCount__unsigned_int);	I_SimpleProperty(unsigned int, CurrentCount, 	                 __unsigned_int__getCurrentCount, 	                 0);END_REFLECTOR

⌨️ 快捷键说明

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