#include <OSGTypedFunctors1.h>
Inheritance diagram for osg::TypedStoredObjectVoidFunctor1< StoredObjectT, ArgsT, SizeTraitsT >:

Types | |
| typedef TypedStoredObjectFunctorBase< TypedVoidFunctor1Base< ArgsT, SizeTraitsT >, TypedSOTraits1< void, StoredObjectT, typename ArgsT::ArgsC > > | Inherited |
| typedef TypedStoredObjectVoidFunctor1< StoredObjectT, ArgsT, SizeTraitsT > | Self |
| *typedef TypedSOTraits1< void, StoredObjectT, typename ArgsT::ArgsC > | TypeTraits |
Public Types | |
| typedef TypedSOTraits1< void, StoredObjectT, ArgsT::ArgsC >::SetObjectT | SetObjectT |
Public Member Functions | |
| * | TypedStoredObjectFunctorBase (void) |
| TypedStoredObjectFunctorBase (const TypedStoredObjectFunctorBase &source) | |
| *void | setMethod (ObjMethodF pFunc) |
| void | setCalledObject (SetObjectT pObj) |
| void | setObjectAndMethod (SetObjectT pObj, ObjMethodF pFunc) |
| * | TypedVoidFunctor1Base (void) |
| TypedVoidFunctor1Base (const TypedVoidFunctor1Base &source) | |
Constructors | |
| * | TypedStoredObjectVoidFunctor1 (void) |
| TypedStoredObjectVoidFunctor1 (const TypedStoredObjectVoidFunctor1 &source) | |
Destructor | |
| *virtual | ~TypedStoredObjectVoidFunctor1 (void) |
Call | |
| *virtual void | call (CallArgType pObj) |
Public Attributes | |
| *typedef TypedSOTraits1< void, StoredObjectT, ArgsT::ArgsC >::ObjMethodF | ObjMethodF |
Types | |
| *typedef ArgsT::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 TypedStoredObjectVoidFunctor1 &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 789 of file OSGTypedFunctors1.h.
|
|||||
|
Reimplemented from osg::TypedStoredObjectFunctorBase< TypedVoidFunctor1Base< ArgsT, SizeTraitsT >, TypedSOTraits1< void, StoredObjectT, ArgsT::ArgsC > >. Definition at line 851 of file OSGTypedFunctors1.h. |
|
|||||
|
Reimplemented from osg::TypedStoredObjectFunctorBase< TypedVoidFunctor1Base< ArgsT, SizeTraitsT >, TypedSOTraits1< void, StoredObjectT, ArgsT::ArgsC > >. Definition at line 856 of file OSGTypedFunctors1.h. |
|
|
Definition at line 297 of file OSGTypedFunctorBase.h. |
|
||||||||||
|
Definition at line 515 of file OSGTypedFunctors1.inl. 00516 : 00517 Inherited() 00518 { 00519 }
|
|
||||||||||
|
Definition at line 527 of file OSGTypedFunctors1.inl. 00528 : 00529 00530 Inherited(source) 00531 { 00532 }
|
|
||||||||||
|
Definition at line 540 of file OSGTypedFunctors1.inl.
|
|
||||||||||
|
Reimplemented from osg::TypedVoidFunctor1Base< ArgsT, SizeTraitsT >. Definition at line 551 of file OSGTypedFunctors1.inl. 00552 { 00553 if(Self::_flags & Self::FuncPtrValid && 00554 Self::_flags & Self::ObjectValid) 00555 { 00556 TypeTraits::callObjectMethodVoid(Self::_data1, Self::_data2, obj); 00557 } 00558 }
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||
|
Definition at line 93 of file OSGTypedFunctorBase.inl. Referenced by osg::TypedVoidFunctor1Base< CallArgT, SizeTraitsT >::TypedVoidFunctor1Base().
|
|
|||||
|
Reimplemented from osg::TypedVoidFunctor1Base< ArgsT, SizeTraitsT >. Definition at line 804 of file OSGTypedFunctors1.h. |
|
|||||
|
Definition at line 843 of file OSGTypedFunctors1.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