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

Types | |
| typedef ArgsT::Arg1T | Arg1 |
| *typedef CallArgT::ArgType | CallArgType |
Types | |
| typedef TypedObjectFunctorBase< TypedFunctor2Base< RetT, CallArgT, ArgsT, SizeTraitsT >, TypedTraits2< RetT, CallArgT, ArgsT > > | Inherited |
| typedef TypedObjectFunctor2< RetT, CallArgT, ArgsT, SizeTraitsT > | Self |
| *typedef TypedTraits2< RetT, CallArgT, ArgsT > | TypeTraits |
Public Types | |
Types | |
| typedef ArgsT::Arg1T | Arg1Type |
Public Member Functions | |
| * | TypedObjectFunctorBase (void) |
| TypedObjectFunctorBase (const TypedObjectFunctorBase &source) | |
| *void | setMethod (ObjMethodF pFunc) |
Constructors | |
| * | TypedObjectFunctor2 (void) |
| TypedObjectFunctor2 (const TypedObjectFunctor2 &source) | |
Destructor | |
| *virtual | ~TypedObjectFunctor2 (void) |
Call | |
| *virtual RetT | call (CallArgType obj, Arg1 oArg1) |
Public Attributes | |
| *typedef TypedTraits2< RetT, CallArgT, 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 TypedObjectFunctor2 &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 545 of file OSGTypedFunctors2.h.
|
|||||
|
Definition at line 563 of file OSGTypedFunctors2.h. |
|
|||||
|
Reimplemented from osg::TypedObjectFunctorBase< TypedFunctor2Base< RetT, CallArgT, ArgsT, SizeTraitsT >, TypedTraits2< RetT, CallArgT, ArgsT > >. Definition at line 611 of file OSGTypedFunctors2.h. |
|
|||||
|
Reimplemented from osg::TypedObjectFunctorBase< TypedFunctor2Base< RetT, CallArgT, ArgsT, SizeTraitsT >, TypedTraits2< RetT, CallArgT, ArgsT > >. Definition at line 617 of file OSGTypedFunctors2.h. |
|
|||||
|
Definition at line 194 of file OSGTypedFunctors2.h. |
|
||||||||||
|
Definition at line 361 of file OSGTypedFunctors2.inl. 00361 : 00362 Inherited() 00363 { 00364 }
|
|
||||||||||
|
Definition at line 374 of file OSGTypedFunctors2.inl. 00375 : 00376 00377 Inherited(source) 00378 { 00379 }
|
|
||||||||||
|
Definition at line 389 of file OSGTypedFunctors2.inl.
|
|
||||||||||||||||
|
Reimplemented from osg::TypedFunctor2Base< RetT, CallArgT, ArgsT, SizeTraitsT >. Definition at line 405 of file OSGTypedFunctors2.inl. 00407 { 00408 if(Self::_flags & Self::FuncPtrValid) 00409 { 00410 return TypeTraits::callObjectMethod(Self::_data2, obj, oArg1); 00411 } 00412 else 00413 { 00414 return RetT(); 00415 } 00416 }
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||
|
Definition at line 93 of file OSGTypedFunctorBase.inl. Referenced by osg::TypedVoidFunctor1Base< CallArgT, SizeTraitsT >::TypedVoidFunctor1Base().
|
|
|||||
|
Reimplemented from osg::TypedFunctor2Base< RetT, CallArgT, ArgsT, SizeTraitsT >. Definition at line 562 of file OSGTypedFunctors2.h. |
|
|||||
|
Definition at line 601 of file OSGTypedFunctors2.h. |
|
|
Definition at line 220 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