te::rp::Matrix< TemplateElementType >::DiskLineInfo Class Reference

Disk lines info. More...

#include <Matrix.h>

Public Member Functions

 DiskLineInfo ()
 
 ~DiskLineInfo ()
 

Public Attributes

unsigned int m_fileOff
 The offset within the file. More...
 
std::FILE * m_filePtr
 The file pointer. More...
 

Detailed Description

template<typename TemplateElementType>
class te::rp::Matrix< TemplateElementType >::DiskLineInfo

Disk lines info.

Definition at line 311 of file Matrix.h.

Constructor & Destructor Documentation

◆ DiskLineInfo()

template<typename TemplateElementType >
te::rp::Matrix< TemplateElementType >::DiskLineInfo::DiskLineInfo ( )

◆ ~DiskLineInfo()

template<typename TemplateElementType >
te::rp::Matrix< TemplateElementType >::DiskLineInfo::~DiskLineInfo ( )

Definition at line 448 of file Matrix.h.

Member Data Documentation

◆ m_fileOff

template<typename TemplateElementType>
unsigned int te::rp::Matrix< TemplateElementType >::DiskLineInfo::m_fileOff

The offset within the file.

Definition at line 317 of file Matrix.h.

Referenced by te::rp::Matrix< TemplateElementType >::DiskLineInfo::DiskLineInfo().

◆ m_filePtr

template<typename TemplateElementType>
std::FILE* te::rp::Matrix< TemplateElementType >::DiskLineInfo::m_filePtr

The file pointer.

Definition at line 315 of file Matrix.h.

Referenced by te::rp::Matrix< TemplateElementType >::DiskLineInfo::DiskLineInfo().


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