AGX Dynamics 2.41.1.2
Loading...
Searching...
No Matches
agxUtil::StatisticHandle Class Reference

Extra level of indirection provided for use by garbage collected languages. More...

#include <Statistic.h>

+ Inheritance diagram for agxUtil::StatisticHandle:

Public Member Functions

 StatisticHandle (Statistic *statistic)
 
std::unique_ptr< StatistictakeStatistic ()
 
- Public Member Functions inherited from agx::Referenced
 Referenced ()
 Default constructor.
 
 Referenced (const Referenced &)
 
template<typename T >
T * as ()
 Subclass casting.
 
template<typename T >
const T * as () const
 
template<typename T >
T * asSafe ()
 Safe subclass casting, return nullptr if template type does not match.
 
template<typename T >
const T * asSafe () const
 
int getReferenceCount () const
 
template<typename T >
bool is () const
 Subclass test.
 
Referencedoperator= (const Referenced &)
 Assignment operator. Will increment the number of references to the referenced object.
 
void reference (void *ptr=nullptr) const
 Explicitly increment the reference count by one, indicating that this object has another pointer which is referencing it.
 
void unreference (void *ptr=nullptr) const
 Decrement the reference count by one, indicating that a pointer to this object is referencing it.
 
void unreference_nodelete () const
 Decrement the reference count by one, indicating that a pointer to this object is referencing it.
 

Protected Member Functions

virtual ~StatisticHandle ()
 
- Protected Member Functions inherited from agx::Referenced
virtual ~Referenced ()
 Destructor.
 
void allocateObserverVector () const
 
void deleteUsingDeleteHandler () const
 

Additional Inherited Members

- Static Public Member Functions inherited from agx::Referenced
template<typename T >
static bool ValidateCast (const Referenced *object)
 
- Static Protected Member Functions inherited from agx::Referenced
static DeleteHandlergetDeleteHandler ()
 
static void setDeleteHandler (DeleteHandler *handler)
 Internal: Set a DeleteHandler to which deletion of all referenced counted objects will be delegated to.
 
- Protected Attributes inherited from agx::Referenced
Mutex m_mutex
 
ObserverContainer m_observers
 
AtomicValue m_refCount
 

Detailed Description

Extra level of indirection provided for use by garbage collected languages.

By packaging the actual Statistic object in a reference counted handle we work around the owership issue between the garbage collector in the other language and the unique_ptr held by e.g. agxPlot::DataSeries.

Definition at line 62 of file Statistic.h.

Constructor & Destructor Documentation

◆ StatisticHandle()

agxUtil::StatisticHandle::StatisticHandle ( Statistic statistic)
inline

Definition at line 65 of file Statistic.h.

◆ ~StatisticHandle()

virtual agxUtil::StatisticHandle::~StatisticHandle ( )
inlineprotectedvirtual

Definition at line 78 of file Statistic.h.

Member Function Documentation

◆ takeStatistic()

std::unique_ptr< Statistic > agxUtil::StatisticHandle::takeStatistic ( )
inline

Definition at line 71 of file Statistic.h.


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