RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkDbf.h>
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 |
rtk::DbfField::DbfField | ( | std::string | name, |
char | type, | ||
unsigned char | length, | ||
short | recOffset | ||
) |
Constructor
|
inline |
|
inline |
|
inline |
|
inline |