OpenASIP  2.0
Public Member Functions | Private Attributes | List of all members
TPEF::Chunk Class Reference

#include <Chunk.hh>

Inheritance diagram for TPEF::Chunk:
Inheritance graph
Collaboration diagram for TPEF::Chunk:
Collaboration graph

Public Member Functions

 Chunk (SectionOffset offset)
 
virtual ~Chunk ()
 
SectionOffset offset () const
 
- Public Member Functions inherited from TPEF::SectionElement
virtual ~SectionElement ()
 
- Public Member Functions inherited from TPEF::SafePointable
virtual ~SafePointable ()
 

Private Attributes

SectionOffset offset_
 Offset to data where chunk is pointing. More...
 

Additional Inherited Members

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

Detailed Description

Chunk class for representing raw data offset in section.

Definition at line 45 of file Chunk.hh.

Constructor & Destructor Documentation

◆ Chunk()

TPEF::Chunk::Chunk ( SectionOffset  offset)

Constructor.

Parameters
offsetOffset to data where chunk is pointing to.

Definition at line 43 of file Chunk.cc.

43  :
45 }

◆ ~Chunk()

TPEF::Chunk::~Chunk ( )
virtual

Destructor.

Definition at line 50 of file Chunk.cc.

50  {
51 }

Member Function Documentation

◆ offset()

SectionOffset TPEF::Chunk::offset ( ) const

Member Data Documentation

◆ offset_

SectionOffset TPEF::Chunk::offset_
private

Offset to data where chunk is pointing.

Definition at line 54 of file Chunk.hh.


The documentation for this class was generated from the following files:
TPEF::SectionElement::SectionElement
SectionElement()
Definition: SectionElement.cc:41
TPEF::Chunk::offset_
SectionOffset offset_
Offset to data where chunk is pointing.
Definition: Chunk.hh:54
TPEF::Chunk::offset
SectionOffset offset() const