From 0790bf18ecd5e4b4c91c6b109e77f66bf759ca76 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 7 Nov 2008 15:38:40 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgDB/fstream.cpp | 70 +++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/osgWrappers/osgDB/fstream.cpp diff --git a/src/osgWrappers/osgDB/fstream.cpp b/src/osgWrappers/osgDB/fstream.cpp new file mode 100644 index 000000000..b66a82419 --- /dev/null +++ b/src/osgWrappers/osgDB/fstream.cpp @@ -0,0 +1,70 @@ +// *************************************************************************** +// +// Generated automatically by genwrapper. +// Please DO NOT EDIT this file! +// +// *************************************************************************** + +#include +#include +#include +#include + +#include + +// Must undefine IN and OUT macros defined in Windows headers +#ifdef IN +#undef IN +#endif +#ifdef OUT +#undef OUT +#endif + +BEGIN_VALUE_REFLECTOR(osgDB::fstream) + I_DeclaringFile("osgDB/fstream"); + I_Constructor0(____fstream, + "", + ""); + I_ConstructorWithDefaults2(IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::in|std::ios_base::out, + ____fstream__C5_char_P1__std_ios_base_openmode, + "", + ""); + I_MethodWithDefaults2(void, open, IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::in|std::ios_base::out, + Properties::NON_VIRTUAL, + __void__open__C5_char_P1__std_ios_base_openmode, + "", + ""); +END_REFLECTOR + +BEGIN_VALUE_REFLECTOR(osgDB::ifstream) + I_DeclaringFile("osgDB/fstream"); + I_Constructor0(____ifstream, + "", + ""); + I_ConstructorWithDefaults2(IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::in, + ____ifstream__C5_char_P1__std_ios_base_openmode, + "", + ""); + I_MethodWithDefaults2(void, open, IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::in, + Properties::NON_VIRTUAL, + __void__open__C5_char_P1__std_ios_base_openmode, + "", + ""); +END_REFLECTOR + +BEGIN_VALUE_REFLECTOR(osgDB::ofstream) + I_DeclaringFile("osgDB/fstream"); + I_Constructor0(____ofstream, + "", + ""); + I_ConstructorWithDefaults2(IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::out, + ____ofstream__C5_char_P1__std_ios_base_openmode, + "", + ""); + I_MethodWithDefaults2(void, open, IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::out, + Properties::NON_VIRTUAL, + __void__open__C5_char_P1__std_ios_base_openmode, + "", + ""); +END_REFLECTOR +