GnuCash  5.6-150-g038405b370+
Data Structures
gnc-tokenizer-dummy.hpp File Reference

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
 

Detailed Description

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.

gnc-tokenizer-dummy.hpp

Author
Copyright (c) 2016 Geert Janssens geert.nosp@m.@kob.nosp@m.altwi.nosp@m.t.be

Definition in file gnc-tokenizer-dummy.hpp.