Updated wrappers

This commit is contained in:
Robert Osfield
2007-04-06 15:35:27 +00:00
parent 11d74fd54e
commit 0909bd04e4
112 changed files with 635 additions and 356 deletions

View File

@@ -20,11 +20,11 @@
#undef OUT
#endif
TYPE_NAME_ALIAS(std::map< std::string COMMA double >, osg::Stats::AttributeMap);
TYPE_NAME_ALIAS(std::map< std::string COMMA double >, osg::Stats::AttributeMap)
TYPE_NAME_ALIAS(std::vector< osg::Stats::AttributeMap >, osg::Stats::AttributeMapList);
TYPE_NAME_ALIAS(std::vector< osg::Stats::AttributeMap >, osg::Stats::AttributeMapList)
TYPE_NAME_ALIAS(std::map< std::string COMMA bool >, osg::Stats::CollectMap);
TYPE_NAME_ALIAS(std::map< std::string COMMA bool >, osg::Stats::CollectMap)
BEGIN_OBJECT_REFLECTOR(osg::Stats)
I_BaseType(osg::Referenced);
@@ -147,9 +147,9 @@ BEGIN_OBJECT_REFLECTOR(osg::Stats)
__void__setName__C5_std_string_R1);
END_REFLECTOR
STD_MAP_REFLECTOR(std::map< std::string COMMA bool >);
STD_MAP_REFLECTOR(std::map< std::string COMMA bool >)
STD_MAP_REFLECTOR(std::map< std::string COMMA double >);
STD_MAP_REFLECTOR(std::map< std::string COMMA double >)
STD_VECTOR_REFLECTOR(std::vector< osg::Stats::AttributeMap >);
STD_VECTOR_REFLECTOR(std::vector< osg::Stats::AttributeMap >)