pikotools/src/space
Tomasz Sowa 7ce07c57f5 added a base class for parsers: BaseParser (convert/baseparser.h|cpp)
there are methods for reading from string/files there
  those methods were moved from SpaceParser and CSVParser
fixed: CSVParser didn't set input_as_utf8 flag
2021-07-17 14:38:22 +02:00
..
space.cpp added Space::remove(size_t table_index) for removing a table item 2021-06-29 23:25:31 +02:00
space.h added Space::remove(size_t table_index) for removing a table item 2021-06-29 23:25:31 +02:00
spaceparser.cpp added a base class for parsers: BaseParser (convert/baseparser.h|cpp) 2021-07-17 14:38:22 +02:00
spaceparser.h added a base class for parsers: BaseParser (convert/baseparser.h|cpp) 2021-07-17 14:38:22 +02:00