#include <OSGTypedFunctors2.h>
Inheritance diagram for osg::TypedStoredObjectFunctor2< RetT, StoredObjectT, ArgObjectT, ArgsT, SizeTraitsT >:

Types | |
| typedef ArgsT::Arg1T | Arg1 |
| *typedef ArgObjectT::ArgType | CallArgType |
Types | |
| typedef TypedStoredObjectFunctorBase< TypedFunctor2Base< RetT, ArgObjectT, ArgsT, SizeTraitsT >, TypedSOTraits2< RetT, StoredObjectT, typename ArgObjectT::ArgsC, ArgsT > > | Inherited |
| typedef TypedStoredObjectFunctor2< RetT, StoredObjectT, ArgObjectT, ArgsT, SizeTraitsT > | Self |
| *typedef TypedSOTraits2< RetT, StoredObjectT, typename ArgObjectT::ArgsC, ArgsT > | TypeSOTraits |
Public Types | |
| typedef TypedSOTraits2< RetT, StoredObjectT, ArgObjectT::ArgsC, ArgsT >::SetObjectT | SetObjectT |
| typedef ArgsT::Arg1T | Arg1Type |
Public Member Functions | |
| * | TypedStoredObjectFunctorBase (void) |
| TypedStoredObjectFunctorBase (const TypedStoredObjectFunctorBase &source) | |
| *void | setMethod (ObjMethodF pFunc) |
| void | setCalledObject (SetObjectT pObj) |
| void | setObjectAndMethod (SetObjectT pObj, ObjMethodF pFunc) |
| * | TypedFunctor2Base (void) |
| TypedFunctor2Base (const TypedFunctor2Base &source) | |
Constructors | |
| * | TypedStoredObjectFunctor2 (void) |
| TypedStoredObjectFunctor2 (const TypedStoredObjectFunctor2 &source) | |
Destructor | |
| *virtual | ~TypedStoredObjectFunctor2 (void) |
Call | |
| *virtual RetT | call (CallArgType obj, Arg1 oArg1) |
Public Attributes | |
| *typedef TypedSOTraits2< RetT, StoredObjectT, ArgObjectT::ArgsC, ArgsT >::ObjMethodF | ObjMethodF |
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 TypedStoredObjectFunctor2 &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 757 of file OSGTypedFunctors2.h.
|
|||||
|
Definition at line 776 of file OSGTypedFunctors2.h. |
|
|||||
|
Reimplemented from osg::TypedStoredObjectFunctorBase< TypedFunctor2Base< RetT, ArgObjectT, ArgsT, SizeTraitsT >, TypedSOTraits2< RetT, StoredObjectT, ArgObjectT::ArgsC, ArgsT > >. Definition at line 828 of file OSGTypedFunctors2.h. |
|
|||||
|
Reimplemented from osg::TypedStoredObjectFunctorBase< TypedFunctor2Base< RetT, ArgObjectT, ArgsT, SizeTraitsT >, TypedSOTraits2< RetT, StoredObjectT, ArgObjectT::ArgsC, ArgsT > >. Definition at line 835 of file OSGTypedFunctors2.h. |
|
|
Definition at line 297 of file OSGTypedFunctorBase.h. |
|
|
Definition at line 194 of file OSGTypedFunctors2.h. |
|
||||||||||
|
Definition at line 495 of file OSGTypedFunctors2.inl. 00495 : 00496 Inherited() 00497 { 00498 }
|
|
||||||||||
|
Definition at line 510 of file OSGTypedFunctors2.inl. 00511 : 00512 00513 Inherited(source) 00514 { 00515 }
|
|
||||||||||
|
Definition at line 527 of file OSGTypedFunctors2.inl.
|
|
||||||||||||||||
|
Reimplemented from osg::TypedFunctor2Base< RetT, ArgObjectT, ArgsT, SizeTraitsT >. Definition at line 545 of file OSGTypedFunctors2.inl. 00547 { 00548 if(Self::_flags & Self::FuncPtrValid && 00549 Self::_flags & Self::ObjectValid) 00550 { 00551 return TypeSOTraits::callObjectMethod(Self::_data1, 00552 Self::_data2, 00553 obj, 00554 oArg1); 00555 } 00556 else 00557 { 00558 return RetT(); 00559 } 00560 }
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||
|
Definition at line 93 of file OSGTypedFunctorBase.inl. Referenced by osg::TypedVoidFunctor1Base< CallArgT, SizeTraitsT >::TypedVoidFunctor1Base().
|
|
|||||
|
Reimplemented from osg::TypedFunctor2Base< RetT, ArgObjectT, ArgsT, SizeTraitsT >. Definition at line 775 of file OSGTypedFunctors2.h. |
|
|||||
|
Definition at line 817 of file OSGTypedFunctors2.h. |
|
|
Definition at line 295 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