TrueReality  v0.1.1912
trManager::InvokableFunctorCallerBase Class Referenceabstract

#include <Invokable.h>

Inheritance diagram for trManager::InvokableFunctorCallerBase:
Collaboration diagram for trManager::InvokableFunctorCallerBase:

Public Member Functions

virtual const std::string & GetType () const override
 Holds the class type name for efficient comparisons. More...
 
virtual void Call (const trManager::MessageBase &message)=0
 
- Public Member Functions inherited from trBase::SmrtClass
 SmrtClass ()
 Adds an easy and swappable access to the base class. More...
 
 SmrtClass (bool threadSafeRefUnref)
 Constructor. More...
 
 SmrtClass (const SmrtClass &inst)
 Copy constructor. More...
 
virtual bool GetThreadSafeRefUnref ()
 Get whether a mutex is used to ensure Ref() and UnRef() are thread safe. More...
 
OpenThreads::Mutex * GetRefMutex () const
 Get the mutex used to ensure thread safety of Ref()/UnRef(). More...
 
int Ref () const
 Increment the reference count by one, indicating that this object has another pointer which is referencing it. More...
 
int Unref () const
 Decrement the reference count by one, indicating that a pointer to this object is no longer referencing it. More...
 
int UnRefNoDelete () const
 Decrement the reference count by one, indicating that a pointer to this object is no longer referencing it. More...
 
int ReferenceCount () const
 Return the number of pointers currently referencing this object. More...
 

Static Public Attributes

static const trUtil::RefStr CLASS_TYPE = trUtil::RefStr("trManager::InvokableFunctorCallerBase")
 

Additional Inherited Members

- Public Types inherited from trBase::SmrtClass
using BaseClass = osg::Referenced
 
- Static Public Member Functions inherited from trBase::SmrtClass
static OpenThreads::Mutex * GetGlobalReferencedMutex ()
 Get the optional global Referenced mutex, this can be shared between all trBase::SmrtClass. More...
 
- Protected Member Functions inherited from trBase::SmrtClass
 ~SmrtClass ()
 

Detailed Description

Definition at line 37 of file Invokable.h.

Member Function Documentation

◆ Call()

virtual void trManager::InvokableFunctorCallerBase::Call ( const trManager::MessageBase message)
pure virtual

◆ GetType()

const std::string & trManager::InvokableFunctorCallerBase::GetType ( ) const
inlineoverridevirtual

Holds the class type name for efficient comparisons.

Gets the type.

Returns
The type.

Implements trBase::SmrtClass.

Definition at line 49 of file Invokable.h.

Member Data Documentation

◆ CLASS_TYPE

const trUtil::RefStr trManager::InvokableFunctorCallerBase::CLASS_TYPE = trUtil::RefStr("trManager::InvokableFunctorCallerBase")
static

Definition at line 40 of file Invokable.h.


The documentation for this class was generated from the following files: