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

#include <SectionElement.hh>

Inheritance diagram for TPEF::SectionElement:
Inheritance graph
Collaboration diagram for TPEF::SectionElement:
Collaboration graph

Public Member Functions

virtual ~SectionElement ()
 
- Public Member Functions inherited from TPEF::SafePointable
virtual ~SafePointable ()
 

Protected Member Functions

 SectionElement ()
 
- Protected Member Functions inherited from TPEF::SafePointable
 SafePointable ()
 

Detailed Description

Abstract base class for all section elements.

Definition at line 44 of file SectionElement.hh.

Constructor & Destructor Documentation

◆ ~SectionElement()

TPEF::SectionElement::~SectionElement ( )
virtual

Destructor.

Definition at line 47 of file SectionElement.cc.

47  {
48 }

◆ SectionElement()

TPEF::SectionElement::SectionElement ( )
protected

Constructor.

Definition at line 41 of file SectionElement.cc.

41  : SafePointable() {
42 }

The documentation for this class was generated from the following files:
TPEF::SafePointable::SafePointable
SafePointable()
Definition: SafePointable.cc:55