RTK  2.5.0
Reconstruction Toolkit
Public Member Functions | Private Attributes | List of all members
rtk::DbfField Class Reference

#include <rtkDbf.h>

+ Collaboration diagram for rtk::DbfField:

Public Member Functions

 DbfField (std::string name, char type, unsigned char length, short recOffset)
 
short GetRecOffset () const
 
std::string GetName ()
 
char GetType () const
 
short GetLength () const
 

Private Attributes

short m_Length
 
std::string m_Name
 
short m_RecOffset
 
char m_Type
 

Detailed Description

Class for the description of a dbase field.

Author
Simon Rit

Definition at line 41 of file rtkDbf.h.

Constructor & Destructor Documentation

◆ DbfField()

rtk::DbfField::DbfField ( std::string  name,
char  type,
unsigned char  length,
short  recOffset 
)

Constructor

Member Function Documentation

◆ GetLength()

short rtk::DbfField::GetLength ( ) const
inline

Basic field properties stored in the header of the dbf file

Definition at line 59 of file rtkDbf.h.

◆ GetName()

std::string rtk::DbfField::GetName ( )
inline

Basic field properties stored in the header of the dbf file

Definition at line 49 of file rtkDbf.h.

◆ GetRecOffset()

short rtk::DbfField::GetRecOffset ( ) const
inline

Memory offset from beginning of the record

Definition at line 67 of file rtkDbf.h.

◆ GetType()

char rtk::DbfField::GetType ( ) const
inline

Basic field properties stored in the header of the dbf file

Definition at line 54 of file rtkDbf.h.

Member Data Documentation

◆ m_Length

short rtk::DbfField::m_Length
private

Definition at line 75 of file rtkDbf.h.

◆ m_Name

std::string rtk::DbfField::m_Name
private

Definition at line 73 of file rtkDbf.h.

◆ m_RecOffset

short rtk::DbfField::m_RecOffset
private

Definition at line 76 of file rtkDbf.h.

◆ m_Type

char rtk::DbfField::m_Type
private

Definition at line 74 of file rtkDbf.h.


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