ToolMap
Loading...
Searching...
No Matches
textparser.h File Reference

Super-class for parsing text files. More...

#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/filename.h>
#include <wx/textfile.h>
#include <wx/tokenzr.h>

Go to the source code of this file.

Classes

class  TextParser
 Super-class for parsing different file. More...
 
class  TextParserTxtFile
 for parsing text based file More...
 
class  TextParserTxtFileComma
 
class  TextParserTxtFileTab
 

Macros

#define TEXTPARSER_TYPE_TXTFILE   _("Text file parser")
 

Enumerations

enum  TEXTPARSER_TYPE { TXTFILE_COMMA = 0 , TXTFILE_TAB = 1 }
 

Detailed Description

Super-class for parsing text files.

This super-class is used for parsing text from a file. It is used for importing data to list for exemples. Specialized class would be derived from this one to deals with specific file format (txt, csv and eventually dbf)

Author
Lucien Schreiber (c) CREALP 2007
Date
11 December 2007