#include <Invokable.h>
|
| virtual const std::string & | GetType () const override |
| | Holds the class type name for efficient comparisons. More...
|
| |
| virtual void | Call (const trManager::MessageBase &message)=0 |
| |
| | 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...
|
| |
Definition at line 37 of file Invokable.h.
◆ Call()
◆ 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.
◆ CLASS_TYPE
The documentation for this class was generated from the following files: