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

Types | |
| typedef ArgsT::Arg1T | Arg1 |
| *typedef CallArgT::ArgType | CallArgType |
Types | |
| typedef TypedObjectFunctorBase< TypedVoidFunctor2Base< CallArgT, ArgsT, SizeTraitsT >, TypedTraits2< void, CallArgT, ArgsT > > | Inherited |
| typedef TypedObjectVoidFunctor2< CallArgT, ArgsT, SizeTraitsT > | Self |
| *typedef TypedTraits2< void, CallArgT, ArgsT > | TypeTraits |
Public Types | |
Types | |
| typedef ArgsT::Arg1T | Arg1Type |
Public Member Functions | |
| * | TypedObjectFunctorBase (void) |
| TypedObjectFunctorBase (const TypedObjectFunctorBase &source) | |
| *void | setMethod (ObjMethodF pFunc) |
Constructors | |
| * | TypedObjectVoidFunctor2 (void) |
| TypedObjectVoidFunctor2 (const TypedObjectVoidFunctor2 &source) | |
Destructor | |
| *virtual | ~TypedObjectVoidFunctor2 (void) |
Call | |
| *virtual void | call (CallArgType obj, Arg1 oArg1) |
Public Attributes | |
| *typedef TypedTraits2< void, 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 TypedObjectVoidFunctor2 &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 652 of file OSGTypedFunctors2.h.
|
|||||
|
Definition at line 669 of file OSGTypedFunctors2.h. |
|
|||||
|
Reimplemented from osg::TypedObjectFunctorBase< TypedVoidFunctor2Base< CallArgT, ArgsT, SizeTraitsT >, TypedTraits2< void, CallArgT, ArgsT > >. Definition at line 716 of file OSGTypedFunctors2.h. |
|
|||||
|
Reimplemented from osg::TypedObjectFunctorBase< TypedVoidFunctor2Base< CallArgT, ArgsT, SizeTraitsT >, TypedTraits2< void, CallArgT, ArgsT > >. Definition at line 721 of file OSGTypedFunctors2.h. |
|
|||||
|
Definition at line 271 of file OSGTypedFunctors2.h. |
|
||||||||||
|
Definition at line 435 of file OSGTypedFunctors2.inl. 00435 : 00436 Inherited() 00437 { 00438 }
|
|
||||||||||
|
Definition at line 446 of file OSGTypedFunctors2.inl. 00447 : 00448 00449 Inherited(source) 00450 { 00451 }
|
|
||||||||||
|
Definition at line 459 of file OSGTypedFunctors2.inl.
|
|
||||||||||||||||
|
Reimplemented from osg::TypedVoidFunctor2Base< CallArgT, ArgsT, SizeTraitsT >. Definition at line 469 of file OSGTypedFunctors2.inl. 00471 { 00472 if(Self::_flags & Self::FuncPtrValid) 00473 { 00474 TypeTraits::callObjectMethodVoid(Self::_data2, obj, oArg1); 00475 } 00476 }
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||
|
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 668 of file OSGTypedFunctors2.h. |
|
|||||
|
Definition at line 707 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