General Purpose Geodetic Library
SgDbhDataBlock Class Reference

#include <SgDbhFormat.h>

Inheritance diagram for SgDbhDataBlock:
SgDbhTeBlock

Public Member Functions

 SgDbhDataBlock ()
 
 ~SgDbhDataBlock ()
 
QList< SgDbhPhysicalRecord * > * listOfRecords ()
 
QHash< int, SgDbhPhysicalRecord * > * recordByType ()
 
SgDbhDataBlockoperator= (const SgDbhDataBlock &)
 
QString className () const
 

Protected Attributes

QList< SgDbhPhysicalRecord * > listOfRecords_
 
QHash< int, SgDbhPhysicalRecord * > recordByType_
 

Detailed Description

Definition at line 563 of file SgDbhFormat.h.

Constructor & Destructor Documentation

◆ SgDbhDataBlock()

SgDbhDataBlock::SgDbhDataBlock ( )
inline

Definition at line 569 of file SgDbhFormat.h.

◆ ~SgDbhDataBlock()

SgDbhDataBlock::~SgDbhDataBlock ( )

Definition at line 1166 of file SgDbhFormat.cpp.

References listOfRecords_, and recordByType_.

Member Function Documentation

◆ className()

QString SgDbhDataBlock::className ( ) const
inline

Definition at line 580 of file SgDbhFormat.h.

Referenced by operator=().

◆ listOfRecords()

QList<SgDbhPhysicalRecord*>* SgDbhDataBlock::listOfRecords ( )
inline

◆ operator=()

◆ recordByType()

QHash<int, SgDbhPhysicalRecord*>* SgDbhDataBlock::recordByType ( )
inline

Member Data Documentation

◆ listOfRecords_

QList<SgDbhPhysicalRecord*> SgDbhDataBlock::listOfRecords_
protected

Definition at line 583 of file SgDbhFormat.h.

Referenced by ~SgDbhDataBlock(), listOfRecords(), and operator=().

◆ recordByType_

QHash<int, SgDbhPhysicalRecord*> SgDbhDataBlock::recordByType_
protected

Definition at line 584 of file SgDbhFormat.h.

Referenced by ~SgDbhDataBlock(), operator=(), SgDbhFormat::postRead(), and recordByType().


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