GnuCash
5.6-150-g038405b370+
|
Dummy converter class to convert a file into vector of string vectors. More...
#include <config.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include "gnc-tokenizer.hpp"
Go to the source code of this file.
Data Structures | |
class | GncDummyTokenizer |
Dummy converter class to convert a file into vector of string vectors.
Each string vector has only one element, the contents of one line of the file. This is just a dummy that can be used as long as the file format isn't specified yet by the user.
Definition in file gnc-tokenizer-dummy.hpp.