csvHeaderField Struct Reference
Defines the column header of a csv file. More...Collaboration diagram for csvHeaderField:

Public Attributes | |
| const char * | text |
| int | type |
Detailed Description
Defines the column header of a csv file.
Definition at line 37 of file setiloc.cpp.
Member Data Documentation
|
|
The title of the column.
Definition at line 38 of file setiloc.cpp. |
|
|
The type of the column. Either 0 for numerical, or 1 for string- based. Definition at line 39 of file setiloc.cpp. |
The documentation for this struct was generated from the following file:

