OpenASIP  2.0
Public Member Functions | Protected Member Functions | List of all members
TPEF::SafePointable Class Reference

#include <SafePointable.hh>

Inheritance diagram for TPEF::SafePointable:
Inheritance graph
Collaboration diagram for TPEF::SafePointable:
Collaboration graph

Public Member Functions

virtual ~SafePointable ()
 

Protected Member Functions

 SafePointable ()
 

Detailed Description

All classes that implement the SafePointable interface can be used in reference manager.

Definition at line 48 of file SafePointable.hh.

Constructor & Destructor Documentation

◆ ~SafePointable()

TPEF::SafePointable::~SafePointable ( )
virtual

Destructor.

Informs of deletion of itself to the reference manager.

Definition at line 46 of file SafePointable.cc.

References TPEF::ReferenceManager::SafePointer::notifyDeleted().

Here is the call graph for this function:

◆ SafePointable()

TPEF::SafePointable::SafePointable ( )
protected

Constructor.

Definition at line 55 of file SafePointable.cc.

55  {
56 }

The documentation for this class was generated from the following files:
TPEF::ReferenceManager::SafePointer::notifyDeleted
static void notifyDeleted(const SafePointable *obj)
Definition: SafePointer.cc:421