fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / State / Shader / Variables / OSGShaderProcVariableFields.h
bloba36ca7c77bddf14d95b494e749639f284f0fdb7c
1 /*---------------------------------------------------------------------------*\
2 * OpenSG *
3 * *
4 * *
5 * Copyright (C) 2000-2013 by the OpenSG Forum *
6 * *
7 * www.opensg.org *
8 * *
9 * contact: dirk@opensg.org, gerrit.voss@vossg.org, carsten_neumann@gmx.net *
10 * *
11 \*---------------------------------------------------------------------------*/
12 /*---------------------------------------------------------------------------*\
13 * License *
14 * *
15 * This library is free software; you can redistribute it and/or modify it *
16 * under the terms of the GNU Library General Public License as published *
17 * by the Free Software Foundation, version 2. *
18 * *
19 * This library is distributed in the hope that it will be useful, but *
20 * WITHOUT ANY WARRANTY; without even the implied warranty of *
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
22 * Library General Public License for more details. *
23 * *
24 * You should have received a copy of the GNU Library General Public *
25 * License along with this library; if not, write to the Free Software *
26 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
27 * *
28 \*---------------------------------------------------------------------------*/
29 /*---------------------------------------------------------------------------*\
30 * Changes *
31 * *
32 * *
33 * *
34 * *
35 * *
36 * *
37 \*---------------------------------------------------------------------------*/
39 /*****************************************************************************\
40 *****************************************************************************
41 ** **
42 ** This file is automatically generated. **
43 ** **
44 ** Any changes made to this file WILL be lost when it is **
45 ** regenerated, which can become necessary at any time. **
46 ** **
47 *****************************************************************************
48 \*****************************************************************************/
51 #ifndef _OSGSHADERPROCVARIABLEFIELDS_H_
52 #define _OSGSHADERPROCVARIABLEFIELDS_H_
53 #ifdef __sgi
54 #pragma once
55 #endif
57 #include "OSGConfig.h"
58 #include "OSGSystemDef.h"
60 #include "OSGFieldContainerFields.h"
61 #include "OSGPointerSField.h"
62 #include "OSGPointerMField.h"
65 OSG_BEGIN_NAMESPACE
68 class ShaderProcVariable;
70 OSG_GEN_CONTAINERPTR(ShaderProcVariable);
71 /*! \ingroup GrpSystemShaderFieldTraits
72 \ingroup GrpLibOSGSystem
74 template <>
75 struct FieldTraits<ShaderProcVariable *, nsOSG> :
76 public FieldTraitsFCPtrBase<ShaderProcVariable *, nsOSG>
78 private:
80 static PointerType _type;
82 public:
84 typedef FieldTraits<ShaderProcVariable *, nsOSG> Self;
86 enum { Convertible = NotConvertible };
88 static OSG_SYSTEM_DLLMAPPING DataType &getType(void);
90 template<typename RefCountPolicy> inline
91 static const Char8 *getSName (void);
93 template<typename RefCountPolicy> inline
94 static const Char8 *getMName (void);
98 template<> inline
99 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG>::getSName<RecordedRefCountPolicy>(void)
101 return "SFRecShaderProcVariablePtr";
104 template<> inline
105 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG>::getSName<UnrecordedRefCountPolicy>(void)
107 return "SFUnrecShaderProcVariablePtr";
110 template<> inline
111 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG>::getSName<WeakRefCountPolicy>(void)
113 return "SFWeakShaderProcVariablePtr";
116 template<> inline
117 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG>::getSName<NoRefCountPolicy>(void)
119 return "SFUnrefdShaderProcVariablePtr";
122 template<> inline
123 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG>::getMName<RecordedRefCountPolicy>(void)
125 return "MFRecShaderProcVariablePtr";
128 template<> inline
129 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG>::getMName<UnrecordedRefCountPolicy>(void)
131 return "MFUnrecShaderProcVariablePtr";
134 template<> inline
135 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG>::getMName<WeakRefCountPolicy>(void)
137 return "MFWeakShaderProcVariablePtr";
140 template<> inline
141 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG>::getMName<NoRefCountPolicy>(void)
143 return "MFUnrefdShaderProcVariablePtr";
147 /*! \ingroup GrpSystemShaderFieldTraits
149 template <>
150 struct FieldTraits<ShaderProcVariable *, nsOSG + 1> :
151 public FieldTraitsFCPtrBase<ShaderProcVariable *, nsOSG + 1>
153 private:
155 public:
156 typedef FieldTraits<ShaderProcVariable *, nsOSG + 1> Self;
158 enum { Convertible = NotConvertible };
160 static OSG_SYSTEM_DLLMAPPING DataType &getType(void);
162 template<typename RefCountPolicy> inline
163 static const Char8 *getSName (void);
165 template<typename RefCountPolicy> inline
166 static const Char8 *getMName (void);
169 template<> inline
170 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG + 1>::getSName<RecordedRefCountPolicy>(void)
172 return "SFRecChildShaderProcVariablePtr";
175 template<> inline
176 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG + 1>::getSName<UnrecordedRefCountPolicy>(void)
178 return "SFUnrecChildShaderProcVariablePtr";
181 template<> inline
182 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG + 1>::getSName<WeakRefCountPolicy>(void)
184 return "SFWeakChildShaderProcVariablePtr";
187 template<> inline
188 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG + 1>::getSName<NoRefCountPolicy>(void)
190 return "SFUnrefdChildShaderProcVariablePtr";
193 template<> inline
194 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG + 1>::getMName<RecordedRefCountPolicy>(void)
196 return "MFRecChildShaderProcVariablePtr";
199 template<> inline
200 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG + 1>::getMName<UnrecordedRefCountPolicy>(void)
202 return "MFUnrecChildShaderProcVariablePtr";
205 template<> inline
206 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG + 1>::getMName<WeakRefCountPolicy>(void)
208 return "MFWeakChildShaderProcVariablePtr";
211 template<> inline
212 const Char8 *FieldTraits<ShaderProcVariable *, nsOSG + 1>::getMName<NoRefCountPolicy>(void)
214 return "MFUnrefdChildShaderProcVariablePtr";
218 #ifndef DOXYGEN_SHOULD_SKIP_THIS
219 /*! \ingroup GrpSystemShaderFieldSFields */
220 typedef PointerSField<ShaderProcVariable *,
221 RecordedRefCountPolicy, nsOSG > SFRecShaderProcVariablePtr;
222 /*! \ingroup GrpSystemShaderFieldSFields */
223 typedef PointerSField<ShaderProcVariable *,
224 UnrecordedRefCountPolicy, nsOSG> SFUnrecShaderProcVariablePtr;
225 /*! \ingroup GrpSystemShaderFieldSFields */
226 typedef PointerSField<ShaderProcVariable *,
227 WeakRefCountPolicy, nsOSG > SFWeakShaderProcVariablePtr;
228 /*! \ingroup GrpSystemShaderFieldSFields */
229 typedef PointerSField<ShaderProcVariable *,
230 NoRefCountPolicy, nsOSG > SFUncountedShaderProcVariablePtr;
233 /*! \ingroup GrpSystemShaderFieldMFields */
234 typedef PointerMField<ShaderProcVariable *,
235 RecordedRefCountPolicy, nsOSG > MFRecShaderProcVariablePtr;
236 /*! \ingroup GrpSystemShaderFieldMFields */
237 typedef PointerMField<ShaderProcVariable *,
238 UnrecordedRefCountPolicy, nsOSG> MFUnrecShaderProcVariablePtr;
239 /*! \ingroup GrpSystemShaderFieldMFields */
240 typedef PointerMField<ShaderProcVariable *,
241 WeakRefCountPolicy, nsOSG > MFWeakShaderProcVariablePtr;
242 /*! \ingroup GrpSystemShaderFieldMFields */
243 typedef PointerMField<ShaderProcVariable *,
244 NoRefCountPolicy, nsOSG > MFUncountedShaderProcVariablePtr;
248 /*! \ingroup GrpSystemShaderFieldMFields */
249 typedef ChildPointerMField<
250 ShaderProcVariable *,
251 UnrecordedRefCountPolicy,
252 nsOSG + 1 > MFUnrecChildShaderProcVariablePtr;
256 #else // these are the doxygen hacks
258 /*! \ingroup GrpSystemShaderFieldSFields \ingroup GrpLibOSGSystem */
259 struct SFRecShaderProcVariablePtr :
260 public PointerSField<ShaderProcVariable *,
261 RecordedRefCountPolicy> {};
262 /*! \ingroup GrpSystemShaderFieldSFields \ingroup GrpLibOSGSystem */
263 struct SFUnrecShaderProcVariablePtr :
264 public PointerSField<ShaderProcVariable *,
265 UnrecordedRefCountPolicy> {};
266 /*! \ingroup GrpSystemShaderFieldSFields \ingroup GrpLibOSGSystem */
267 struct SFWeakShaderProcVariablePtr :
268 public PointerSField<ShaderProcVariable *,
269 WeakRefCountPolicy> {};
270 /*! \ingroup GrpSystemShaderFieldSFields \ingroup GrpLibOSGSystem */
271 struct SFUncountedShaderProcVariablePtr :
272 public PointerSField<ShaderProcVariable *,
273 NoRefCountPolicy> {};
276 /*! \ingroup GrpSystemShaderFieldMFields \ingroup GrpLibOSGSystem */
277 struct MFRecShaderProcVariablePtr :
278 public PointerMField<ShaderProcVariable *,
279 RecordedRefCountPolicy > {};
280 /*! \ingroup GrpSystemShaderFieldMFields \ingroup GrpLibOSGSystem */
281 struct MFUnrecShaderProcVariablePtr :
282 public PointerMField<ShaderProcVariable *,
283 UnrecordedRefCountPolicy> {};
284 /*! \ingroup GrpSystemShaderFieldMFields \ingroup GrpLibOSGSystem */
285 struct MFWeakShaderProcVariablePtr :
286 public PointerMField<ShaderProcVariable *,
287 WeakRefCountPolicy > {};
288 /*! \ingroup GrpSystemShaderFieldMFields \ingroup GrpLibOSGSystem */
289 struct MFUncountedShaderProcVariablePtr :
290 public PointerMField<ShaderProcVariable *,
291 NoRefCountPolicy > {};
295 /*! \ingroup GrpSystemShaderFieldMFields \ingroup GrpLibOSGSystem */
296 struct MFUnrecChildShaderProcVariablePtr :
297 public ChildPointerMField<
298 ShaderProcVariable *,
299 UnrecordedRefCountPolicy,
300 nsOSG + 1 > {};
303 #endif // these are the doxygen hacks
305 OSG_END_NAMESPACE
307 #endif /* _OSGSHADERPROCVARIABLEFIELDS_H_ */