#include <OSGTypedFunctors2.h>
Inheritance diagram for osg::TypedFunctionVoidFunctor2< CallArgT, ArgsT, SizeTraitsT >:

Types | |
| typedef ArgsT::Arg1T | Arg1 |
| *typedef CallArgT::ArgType | CallArgType |
Types | |
| typedef TypedFunctionFunctorBase< TypedVoidFunctor2Base< CallArgT, ArgsT, SizeTraitsT >, TypedTraits2< void, CallArgT, ArgsT > > | Inherited |
| typedef TypedFunctionVoidFunctor2< CallArgT, ArgsT, SizeTraitsT > | Self |
| *typedef TypedTraits2< void, CallArgT, ArgsT > | TypeTraits |
Public Types | |
Types | |
| typedef ArgsT::Arg1T | Arg1Type |
Public Member Functions | |
| * | TypedFunctionFunctorBase (void) |
| TypedFunctionFunctorBase (const TypedFunctionFunctorBase &source) | |
| *void | setMethod (FunctionF pFunc) |
Constructors | |
| * | TypedFunctionVoidFunctor2 (void) |
| TypedFunctionVoidFunctor2 (const TypedFunctionVoidFunctor2 &source) | |
Destructor | |
| *virtual | ~TypedFunctionVoidFunctor2 (void) |
Call | |
| *virtual void | call (CallArgType obj, Arg1 oArg1) |
Public Attributes | |
| *typedef TypedTraits2< void, CallArgT, ArgsT >::FunctionF | FunctionF |
Protected Member Functions | |
Helper | |
| *void | postCopyConstruct (const TypedFunctorBase &source) |
Protected Attributes | |
Members | |
| *UInt8 | _data1 [SizeTraitsT::_uiObjectSize] |
| UInt8 | _data2 [SizeTraitsT::_uiFuncPointerSize] |
| UInt8 | _flags |
Static Protected Attributes | |
Constants | |
| *static const UInt8 | ObjectValid = 0x01 |
| static const UInt8 | FuncPtrValid = 0x02 |
| static const UInt8 | FunctorActive = 0x80 |
Private Member Functions | |
Operators | |
| *void | operator= (const TypedFunctionVoidFunctor2 &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 443 of file OSGTypedFunctors2.h.
|
|||||
|
Definition at line 460 of file OSGTypedFunctors2.h. |
|
|||||
|
Reimplemented from osg::TypedFunctionFunctorBase< TypedVoidFunctor2Base< CallArgT, ArgsT, SizeTraitsT >, TypedTraits2< void, CallArgT, ArgsT > >. Definition at line 506 of file OSGTypedFunctors2.h. |
|
|||||
|
Reimplemented from osg::TypedFunctionFunctorBase< TypedVoidFunctor2Base< CallArgT, ArgsT, SizeTraitsT >, TypedTraits2< void, CallArgT, ArgsT > >. Definition at line 511 of file OSGTypedFunctors2.h. |
|
|||||
|
Definition at line 271 of file OSGTypedFunctors2.h. |
|
||||||||||
|
Definition at line 299 of file OSGTypedFunctors2.inl. 00299 : 00300 Inherited() 00301 { 00302 }
|
|
||||||||||
|
Definition at line 310 of file OSGTypedFunctors2.inl. 00311 : 00312 00313 Inherited(source) 00314 { 00315 }
|
|
||||||||||
|
Definition at line 323 of file OSGTypedFunctors2.inl.
|
|
||||||||||||||||
|
Reimplemented from osg::TypedVoidFunctor2Base< CallArgT, ArgsT, SizeTraitsT >. Definition at line 333 of file OSGTypedFunctors2.inl. 00335 { 00336 typedef typename Self::FunctionF FuncF; 00337 00338 if(Self::_flags & Self::FuncPtrValid) 00339 { 00340 FuncF pFunc = *((FuncF *) Self::_data2); 00341 00342 pFunc(obj, oArg1); 00343 } 00344 }
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
Referenced by osg::osgTypedFunctionVoidFunctor2Cptr(). |
|
||||||||||
|
Definition at line 93 of file OSGTypedFunctorBase.inl. Referenced by osg::TypedVoidFunctor1Base< CallArgT, SizeTraitsT >::TypedVoidFunctor1Base().
|
|
|||||
|
Reimplemented from osg::TypedVoidFunctor2Base< CallArgT, ArgsT, SizeTraitsT >. Definition at line 459 of file OSGTypedFunctors2.h. |
|
|||||
|
Definition at line 498 of file OSGTypedFunctors2.h. |
|
|
Definition at line 148 of file OSGTypedFunctorBase.h. |
|
|||||
|
Definition at line 327 of file OSGFunctorBase.h. |
|
|||||
|
Definition at line 328 of file OSGFunctorBase.h. |
|
|||||
|
Definition at line 330 of file OSGFunctorBase.h. |
|
|||||
|
Definition at line 337 of file OSGFunctorBase.h. |
|
|||||
|
Definition at line 338 of file OSGFunctorBase.h. |
|
|||||
|
Definition at line 339 of file OSGFunctorBase.h. |
1.4.3