Rudiments
csvsax.h
1 // Copyright (c) 2018 David Muse
2 // See the COPYING file for more information.
3 
4  void reset();
5  bool parse();
6 
7  private:
8  csvsax(const csvsax &x);
9  csvsax &operator=(const csvsax &x);
10 
11  csvsaxprivate *pvt;
Definition: csvsax.h:12