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

Types | |
| typedef ArgsT::Arg1T | Arg1Type |
| *typedef CallArgT::ArgType | CallArgType |
Types | |
| typedef TypedVoidFunctor2Base< CallArgT, ArgsT, SizeTraitsT > | Self |
| *typedef TypedFunctorBase< SizeTraitsT > | Inherited |
Public Member Functions | |
Constructors | |
| * | TypedVoidFunctor2Base (void) |
| TypedVoidFunctor2Base (const TypedVoidFunctor2Base &source) | |
Destructor | |
| *virtual | ~TypedVoidFunctor2Base (void) |
Call | |
| *virtual void | call (CallArgType obj, Arg1Type arg1) |
Operators | |
| *void | operator= (const TypedVoidFunctor2Base &source) |
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 260 of file OSGTypedFunctors2.h.
|
|||||
|
Definition at line 271 of file OSGTypedFunctors2.h. |
|
|||||
|
||||||||||
|
Definition at line 158 of file OSGTypedFunctors2.inl. 00158 : 00159 Inherited() 00160 { 00161 }
|
|
||||||||||
|
Definition at line 167 of file OSGTypedFunctors2.inl. 00168 : 00169 00170 Inherited(source) 00171 { 00172 Self::postCopyConstruct(source); 00173 }
|
|
||||||||||
|
Definition at line 179 of file OSGTypedFunctors2.inl.
|
|
||||||||||||||||
|
Reimplemented in osg::TypedFunctionVoidFunctor2< CallArgT, ArgsT, SizeTraitsT >, and osg::TypedObjectVoidFunctor2< CallArgT, ArgsT, SizeTraitsT >. Definition at line 187 of file OSGTypedFunctors2.inl. References FWARNING. Referenced by osg::Window::validateGLObject(). 00188 { 00189 FWARNING(("TypedFunctor2Base::call called, undefined behaviour " 00190 "might be the consequence\n")); 00191 }
|
|
||||||||||
|
Definition at line 197 of file OSGTypedFunctors2.inl. 00199 { 00200 if(this != &source) 00201 { 00202 *(static_cast<Inherited *>(this)) = source; 00203 } 00204 }
|
|
||||||||||
|
Definition at line 93 of file OSGTypedFunctorBase.inl. Referenced by osg::TypedVoidFunctor1Base< CallArgT, SizeTraitsT >::TypedVoidFunctor1Base().
|
|
|||||
|
|||||
|
|||||
|
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