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...
 
FILE * m_filePtr
 The file pointer. More...
 

Detailed Description

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

Disk lines info.

Definition at line 287 of file Matrix.h.

Constructor & Destructor Documentation

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

Definition at line 426 of file Matrix.h.

Member Data Documentation

template<typename TemplateElementType>
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().

template<typename TemplateElementType>
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().


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