#include <OSGTypedFunctors1.h>
Inheritance diagram for osg::TypedObjectVoidFunctor1< CallArgT, SizeTraitsT >:

Types | |
| typedef TypedObjectFunctorBase< TypedVoidFunctor1Base< CallArgT, SizeTraitsT >, TypedTraits1< void, CallArgT > > | Inherited |
| typedef TypedObjectVoidFunctor1< CallArgT, SizeTraitsT > | Self |
| *typedef TypedTraits1< void, CallArgT > | TypeTraits |
Public Member Functions | |
| * | TypedObjectFunctorBase (void) |
| TypedObjectFunctorBase (const TypedObjectFunctorBase &source) | |
| *void | setMethod (ObjMethodF pFunc) |
Constructors | |
| * | TypedObjectVoidFunctor1 (void) |
| TypedObjectVoidFunctor1 (const TypedObjectVoidFunctor1 &source) | |
Destructor | |
| *virtual | ~TypedObjectVoidFunctor1 (void) |
Call | |
| *virtual void | call (CallArgType obj) |
Public Attributes | |
| *typedef TypedTraits1< void, CallArgT >::ObjMethodF | ObjMethodF |
Types | |
| *typedef CallArgT::ArgType | CallArgType |
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 TypedObjectVoidFunctor1 &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 590 of file OSGTypedFunctors1.h.
|
|||||
|
Reimplemented from osg::TypedObjectFunctorBase< TypedVoidFunctor1Base< CallArgT, SizeTraitsT >, TypedTraits1< void, CallArgT > >. Definition at line 648 of file OSGTypedFunctors1.h. |
|
|||||
|
Reimplemented from osg::TypedObjectFunctorBase< TypedVoidFunctor1Base< CallArgT, SizeTraitsT >, TypedTraits1< void, CallArgT > >. Definition at line 652 of file OSGTypedFunctors1.h. |
|
||||||||||
|
Definition at line 390 of file OSGTypedFunctors1.inl. 00390 : 00391 Inherited() 00392 { 00393 }
|
|
||||||||||
|
Definition at line 399 of file OSGTypedFunctors1.inl. 00400 : 00401 00402 Inherited(source) 00403 { 00404 }
|
|
||||||||||
|
Definition at line 410 of file OSGTypedFunctors1.inl.
|
|
||||||||||
|
Reimplemented from osg::TypedVoidFunctor1Base< CallArgT, SizeTraitsT >. Definition at line 418 of file OSGTypedFunctors1.inl. 00419 { 00420 if(Self::_flags & Self::FuncPtrValid) 00421 { 00422 TypeTraits::callObjectMethodVoid(Self::_data2, obj); 00423 } 00424 }
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||
|
Definition at line 93 of file OSGTypedFunctorBase.inl. Referenced by osg::TypedVoidFunctor1Base< CallArgT, SizeTraitsT >::TypedVoidFunctor1Base().
|
|
|||||
|
Reimplemented from osg::TypedVoidFunctor1Base< CallArgT, SizeTraitsT >. Definition at line 604 of file OSGTypedFunctors1.h. |
|
|||||
|
Definition at line 641 of file OSGTypedFunctors1.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