osg::DefaultFunctorSizeTraits Struct Reference
[Functor Helper]

#include <OSGFunctorBase.h>

List of all members.

Public Types

enum  SizesE { _uiFuncPointerSize = osgStaticMax<sizeof(FuncPointerT), sizeof, _uiObjectSize = 64 }
typedef void(* FuncPointerT )(void *)
typedef void(DefaultFunctorSizeTraits::* InstanceFuncPointerT )(void *)


Detailed Description

Definition at line 69 of file OSGFunctorBase.h.


Member Typedef Documentation

typedef void(DefaultFunctorSizeTraits::* osg::DefaultFunctorSizeTraits::InstanceFuncPointerT)(void *)


Member Enumeration Documentation

Enumerator:
_uiFuncPointerSize 
sizeof 
_uiObjectSize 

Definition at line 76 of file OSGFunctorBase.h.

00077     { 
00078         _uiFuncPointerSize = osgStaticMax<sizeof(FuncPointerT),
00079                                           sizeof(InstanceFuncPointerT)
00080                                          >::iMax * 2,
00081         // !!! The 2 is a nasty kludge to work around problems on Windows :(
00082 
00083         _uiObjectSize      = 64
00084     };


The documentation for this struct was generated from the following file:

Generated on Mon Mar 17 12:03:41 2008 for OpenSG by  doxygen 1.5.5