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

Class convert a file with fixed with delimited contents into vector of string vectors. More...

#include <config.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <cstdint>
#include "gnc-tokenizer.hpp"

Go to the source code of this file.

Data Structures

class  GncFwTokenizer
 

Detailed Description

Class convert a file with fixed with delimited contents into vector of string vectors.

One can define the widths of each column to use to split each line into multiple fields. However, no gnucash specific interpretation is done yet, that's up to the code using this class.

gnc-tokenizer-fw.hpp

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

Definition in file gnc-tokenizer-fw.hpp.