Disk lines info. More...
#include <Matrix.h>
Public Member Functions | |
DiskLineInfo () | |
~DiskLineInfo () | |
Public Attributes | |
unsigned int | m_fileOff |
The offset within the file. More... | |
FILE * | m_filePtr |
The file pointer. More... | |
Disk lines info.
te::rp::Matrix< TemplateElementType >::DiskLineInfo::DiskLineInfo | ( | ) |
Definition at line 419 of file Matrix.h.
References te::rp::Matrix< TemplateElementType >::DiskLineInfo::m_fileOff, and te::rp::Matrix< TemplateElementType >::DiskLineInfo::m_filePtr.
te::rp::Matrix< TemplateElementType >::DiskLineInfo::~DiskLineInfo | ( | ) |
unsigned int te::rp::Matrix< TemplateElementType >::DiskLineInfo::m_fileOff |
The offset within the file.
Definition at line 293 of file Matrix.h.
Referenced by te::rp::Matrix< TemplateElementType >::DiskLineInfo::DiskLineInfo().
FILE* te::rp::Matrix< TemplateElementType >::DiskLineInfo::m_filePtr |
The file pointer.
Definition at line 291 of file Matrix.h.
Referenced by te::rp::Matrix< TemplateElementType >::DiskLineInfo::DiskLineInfo().