Mcalc  0.1
a machinist's calculator
Classes | Namespaces | Macros | Typedefs
datastore.hpp File Reference

Contains generated data used by MCalc. More...

#include <vector>
#include <map>
#include "sqlite3.h"
Include dependency graph for datastore.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mc::DataStore
 

Namespaces

 mc
 

Typedefs

typedef std::vector< std::vector< std::string > > Records
 
typedef std::vector< std::string > Record
 

Detailed Description

Contains generated data used by MCalc.

The DataStore acts as a wrapper around the database, performing lookups and saving state.

Author
Michael House
Version
0.1 10/19/17

Typedef Documentation

typedef std::vector<std::string> Record

Inner vectors of 'Records' are 'Record'

typedef std::vector<std::vector<std::string> > Records

Nested vectors in vectors are defined as 'Records'