GnuCash
5.6-150-g038405b370+
|
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 |
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.
Definition in file gnc-tokenizer-fw.hpp.