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

Types | |
| typedef TypedFunctor1Base< RetT, CallArgT, SizeTraitsT > | Self |
| *typedef TypedFunctorBase< SizeTraitsT > | Inherited |
Public Member Functions | |
Constructors | |
| * | TypedFunctor1Base (void) |
| TypedFunctor1Base (const TypedFunctor1Base &source) | |
Destructor | |
| *virtual | ~TypedFunctor1Base (void) |
Call | |
| *virtual RetT | call (CallArgType obj) |
Operators | |
| *void | operator= (const TypedFunctor1Base &source) |
Public Attributes | |
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 |
Definition at line 166 of file OSGTypedFunctors1.h.
|
|||||
|
||||||||||
|
Definition at line 62 of file OSGTypedFunctors1.inl. 00062 : 00063 Inherited() 00064 { 00065 }
|
|
||||||||||
|
Definition at line 73 of file OSGTypedFunctors1.inl. 00074 : 00075 00076 Inherited(source) 00077 { 00078 Self::postCopyConstruct(source); 00079 }
|
|
||||||||||
|
Definition at line 87 of file OSGTypedFunctors1.inl.
|
|
||||||||||
|
Reimplemented in osg::TypedFunctionFunctor1< RetT, CallArgT, SizeTraitsT >, osg::TypedObjectFunctor1< RetT, CallArgT, SizeTraitsT >, and osg::TypedStoredObjectFunctor1< RetT, StoredObjectT, ArgsT, SizeTraitsT >. Definition at line 105 of file OSGTypedFunctors1.inl. References FWARNING. Referenced by osg::doCallEnter(). 00106 { 00107 FWARNING(("TypedFunctor1Base::call called, undefined behaviour " 00108 "might be the consequence\n")); 00109 00110 return RetT(); 00111 }
|
|
||||||||||
|
Definition at line 127 of file OSGTypedFunctors1.inl. 00129 { 00130 if (this != &source) 00131 { 00132 *(static_cast<Inherited *>(this)) = source; 00133 } 00134 }
|
|
||||||||||
|
Definition at line 93 of file OSGTypedFunctorBase.inl. Referenced by osg::TypedVoidFunctor1Base< CallArgT, SizeTraitsT >::TypedVoidFunctor1Base().
|
|
|||||
|
Reimplemented in osg::TypedFunctionFunctor1< RetT, CallArgT, SizeTraitsT >, osg::TypedObjectFunctor1< RetT, CallArgT, SizeTraitsT >, and osg::TypedStoredObjectFunctor1< RetT, StoredObjectT, ArgsT, SizeTraitsT >. Definition at line 176 of file OSGTypedFunctors1.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